diff --git a/.codecov.yml b/.codecov.yml index 9c26d1245..4f40a4d74 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,24 +1,13 @@ -codecov: - notify: - require_ci_to_pass: no - coverage: status: 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% @@ -31,4 +20,7 @@ coverage: default: url: "https://webhooks.gitter.im/e/0eb95be6d20af5b9a4f0" +ignore: + - "**/*_pb2.py" + comment: off