From: Berker Peksag Date: Tue, 14 Feb 2017 09:56:13 +0000 (+0300) Subject: Tweak .codedoc.yml to make it more useful (#71) X-Git-Tag: v3.7.0a1~1347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22ba52b8431ecfc9c07926c8b245733a638c347f;p=python Tweak .codedoc.yml to make it more useful (#71) --- diff --git a/.codecov.yml b/.codecov.yml index 4f84cb6f39..fcf9df6a7a 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: