diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-02-14 09:56:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 09:56:13 (GMT) |
commit | 22ba52b8431ecfc9c07926c8b245733a638c347f (patch) | |
tree | 72e1be9776d58da24723ca549f7d9915b495261c /.codecov.yml | |
parent | d50f188b1bdf69377364f4a9db33af11cc704a70 (diff) | |
download | cpython-22ba52b8431ecfc9c07926c8b245733a638c347f.zip cpython-22ba52b8431ecfc9c07926c8b245733a638c347f.tar.gz cpython-22ba52b8431ecfc9c07926c8b245733a638c347f.tar.bz2 |
Tweak .codedoc.yml to make it more useful (#71)
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/.codecov.yml b/.codecov.yml index 4f84cb6..fcf9df6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,10 +1,15 @@ codecov: notify: require_ci_to_pass: true -comment: - behavior: new - layout: header, diff - require_changes: false +comment: off +ignore: + - "Doc/**/*" + - "Misc/*" + - "Mac/**/*" + - "PC/**/*" + - "PCbuild/**/*" + - "Tools/**/*" + - "Grammar/*" coverage: precision: 2 range: @@ -12,13 +17,13 @@ coverage: - 100.0 round: down status: - changes: false + changes: off + project: off patch: default: - threshold: 0.01 - project: - default: - threshold: 0.01 + target: 100% + only_pulls: true + threshold: 0.05 parsers: gcov: branch_detection: |