2 Star 1 Fork 0

mirrors_qiniu/qshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
codecov.yml 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
xwen-winnie 提交于 2022-08-24 14:47 . coverage
codecov:
ci:
- prow.qiniu.io # prow 里面运行需添加,其他 CI 不要
require_ci_to_pass: no # 改为 no,否则 codecov 会等待其他 GitHub 上所有 CI 通过才会留言。
github_checks: #关闭github checks
annotations: false
comment:
layout: "reach, diff, flags, files"
behavior: new # 默认是更新旧留言,改为 new,删除旧的,增加新的。
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: # branch names that can post comment
- "master"
coverage:
status: # 评判 pr 通过的标准
patch: off
project: # project 统计所有代码x
default:
# basic
target: 11% # 总体通过标准
threshold: 3% # 允许单次下降的幅度
base: auto
if_not_found: success
if_ci_failed: error
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_qiniu/qshell.git
git@gitee.com:mirrors_qiniu/qshell.git
mirrors_qiniu
qshell
qshell
master

搜索帮助