diff --git a/.codecov.yml b/.codecov.yml index 9c26d1245..84c6dcd93 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,18 +7,11 @@ coverage: patch: default: target: '80' - if_no_uploads: error - if_not_found: success - if_ci_failed: failure project: - default: false library: target: auto - if_no_uploads: error - if_not_found: success - if_ci_failed: failure paths: - - "siphon/(\w+/)?[^/]+\.py$" + - "src/siphon/.*" tests: target: 100%