From 317b1349689a3fc6794d1e3f585734833f4cee9a 2021-11-12 20:45:03 From: Matthias Bussonnier Date: 2021-11-12 20:45:03 Subject: [PATCH] relax coverage target --- diff --git a/codecov.yml b/codecov.yml index 9a798d0..2d3b8bb 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,6 +6,7 @@ coverage: library: target: auto paths: ['!.*/tests/.*'] + threshold: 0.1% tests: target: auto paths: ['.*/tests/.*']