From 9667d0a6d2835687f43aeb5746a5f53a425837ba 2021-12-02 00:34:54 From: Matthias Bussonnier Date: 2021-12-02 00:34:54 Subject: [PATCH] Merge pull request #13362 from Carreau/codecov-t Increase Codecov threshold for test. --- diff --git a/codecov.yml b/codecov.yml index 2d3b8bb..7054b5b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,6 +10,7 @@ coverage: tests: target: auto paths: ['.*/tests/.*'] + threshold: 0.1% codecov: require_ci_to_pass: false