Skip to content

Commit

Permalink
Make code coverage less strict (pythonGH-1438)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brettcannon committed May 4, 2017
1 parent b109a1d commit 647c3d3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 647c3d3

Please sign in to comment.