From 963dfe6dbc0bfb97d19304de3937f466dea391ef Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 29 Mar 2020 12:34:00 +1100 Subject: [PATCH] Allow 0.01% drop in coverage --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index e93896692..f3afccc1c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,6 +8,12 @@ codecov: comment: false +coverage: + status: + project: + default: + threshold: 0.01% + # Matches 'omit:' in .coveragerc ignore: - "Tests/32bit_segfault_check.py"