加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.codecov.yml 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yulei Sui 提交于 2022-08-24 15:26 . add perf_history
codecov:
require_ci_to_pass: yes
coverage:
status:
project:
default:
target: 63% # If auto, it will compare with the last commit. This could be set to an exact number such as 70% or higher.
threshold: 0.01% # Allow the coverage to drop by 0.01%, and posting a success status.
base: auto
patch:
default:
target: auto # If auto, it will compare with the last commit. This could be set to an exact number such as 70% or higher.
threshold: 0.01% # Allow the coverage to drop by 0.01%, and posting a success status.
base: auto
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化