Allow 0.01% drop in coverage

This commit is contained in:
Andrew Murray 2020-03-29 12:34:00 +11:00
parent 30a2d694cf
commit 963dfe6dbc

View File

@ -8,6 +8,12 @@ codecov:
comment: false
coverage:
status:
project:
default:
threshold: 0.01%
# Matches 'omit:' in .coveragerc
ignore:
- "Tests/32bit_segfault_check.py"