加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
codecov.yml 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
coverage:
status:
project:
default:
threshold: 1%
codecov:
notify:
# Code coverage is collected by 5 configs: codecov_test[12], onnx[12] and windows_test1
after_n_builds: 5
comment:
layout: "diff"
behavior: once
require_changes: true
require_base: yes
require_head: yes
after_n_builds: 5
branches:
- "master"
# Disable inline comments that this code is not covered
github_checks:
annotations: false
fixes:
- "/opt/conda/lib/python3.8/site-packages/::project/"
- "C:/Users/circleci/project/build/win_tmp/build/::project/"
ignore:
- "caffe2"
- "third_party"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化