This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
root
/
alert-backend
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104
Commits
8
Branches
0
Tags
12 MiB
Tree:
8855d6e11a
YKS
Zyq
cjl-dev
dev-fc
dev-windows
dev-xjf
master
master-windows
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8855d6e11a'
${ noResults }
alert-backend
/
.vscode
/
settings.json
3 lines
53 B
Raw
Normal View
History
feat(alert): 添加模型删除功能并优化评估报告逻辑 - 在 ModelController 中新增 DELETE /{id} 接口用于删除模型 - 实现 ModelService 的 deleteModel 方法,支持软删除 - 删除 AssessReportServiceImpl 中冗余的覆盖率计算逻辑 - 移除 payload 中不再使用的 coverage、low_f 和 high_f 字段 - 添加 VSCode Java 空值分析配置文件
1 month ago
{
"java.compile.nullAnalysis.mode"
:
"automatic"
}