加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/koordinator-sh/koordinator
克隆/下载
codecov.yml 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
# https://docs.codecov.com/docs/commit-status
coverage:
status:
project:
# global coverage
default:
target: auto
threshold: 2%
flags:
- unittests
paths:
- "pkg"
if_ci_failed: error
if_no_uploads: error
if_not_found: success
patch:
# diff coverage
default:
target: 70%
flags:
- unittests
paths:
- "pkg"
informational: true
if_ci_failed: ignore
if_no_uploads: success
if_not_found: success
ignore:
- "apis"
- "pkg/client"
- "**/*_generated.*"
github_checks:
annotations: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化