mirror of https://github.com/python/cpython
Allow up to a 0.01% drop in coverage (#30)
This commit is contained in:
parent
61e2bc74df
commit
649a7caf6b
|
@ -13,8 +13,12 @@ coverage:
|
||||||
round: down
|
round: down
|
||||||
status:
|
status:
|
||||||
changes: false
|
changes: false
|
||||||
patch: true
|
patch:
|
||||||
project: true
|
default:
|
||||||
|
threshold: 0.01
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
threshold: 0.01
|
||||||
parsers:
|
parsers:
|
||||||
gcov:
|
gcov:
|
||||||
branch_detection:
|
branch_detection:
|
||||||
|
|
Loading…
Reference in New Issue