From d0f56447845fa74cc38ed656677645c8890df0f5 2021-12-02 00:15:19 From: Matthias Bussonnier Date: 2021-12-02 00:15:19 Subject: [PATCH] Increase Codecov threshold for test. It is currently too sensitive. --- 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