diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-05-04 21:58:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 21:58:54 (GMT) |
commit | 647c3d381e67490e82cdbbe6c96e46d5e1628ce2 (patch) | |
tree | 9a731c73483c9226a9953e00d6238ff7eaab9187 /.codecov.yml | |
parent | b109a1d3360fc4bb87b9887264e3634632d392ca (diff) | |
download | cpython-647c3d381e67490e82cdbbe6c96e46d5e1628ce2.zip cpython-647c3d381e67490e82cdbbe6c96e46d5e1628ce2.tar.gz cpython-647c3d381e67490e82cdbbe6c96e46d5e1628ce2.tar.bz2 |
Make code coverage less strict (GH-1438)
Set the target to be 90% since there is enough OS-specific code and things that require manual testing that we will never hit 100%. Also turn off the status checks since they are so inconsistent in terms of flagging a PR as passing/failing that they aren't useful and can actually block merging from a phone.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.codecov.yml b/.codecov.yml index fcf9df6..2106da6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -12,18 +12,12 @@ ignore: - "Grammar/*" coverage: precision: 2 - range: - - 70.0 - - 100.0 + range: 70...90 round: down status: changes: off project: off - patch: - default: - target: 100% - only_pulls: true - threshold: 0.05 + patch: off parsers: gcov: branch_detection: |