Kaydet (Commit) 647c3d38 authored tarafından Brett Cannon's avatar Brett Cannon Kaydeden (comit) GitHub

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.
üst b109a1d3
...@@ -12,18 +12,12 @@ ignore: ...@@ -12,18 +12,12 @@ ignore:
- "Grammar/*" - "Grammar/*"
coverage: coverage:
precision: 2 precision: 2
range: range: 70...90
- 70.0
- 100.0
round: down round: down
status: status:
changes: off changes: off
project: off project: off
patch: patch: off
default:
target: 100%
only_pulls: true
threshold: 0.05
parsers: parsers:
gcov: gcov:
branch_detection: branch_detection:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment