1 Star 0 Fork 2

caochunchen / scons

forked from Noneghost / scons 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.codecov.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
codecov:
notify:
# calculate coverge even when we fail
require_ci_to_pass: no
ignore:
# ignore test files in the source
# this is redundant and should not be in the report anyways
# because the coveragerc file ignores them
- "*Test.py"
- "setup.py"
- "test_*"
coverage:
precision: 2
round: down
range: "70...100"
notify:
irc:
default:
server: "chat.freenode.net#scons"
branches: master
threshold: null
message: "Coverage {{changed}} for {{owner}}/{{repo}}" # customize the message
flags: null
paths: null
status:
project:
default:
# compare against the current coverage
# that PR is attempt to merge to
# don't consider a drop in coverage success
target: auto
threshold: null
base: pr
patch:
default:
# considering only the lines changed
# make sure all new lines in the PR are covered
# to consider a success
target: 100
threshold: null
base: pr
changes: no
comment: off
1
https://gitee.com/caochunchen/scons.git
git@gitee.com:caochunchen/scons.git
caochunchen
scons
scons
master

搜索帮助