From 178756c15da0652b30b55b41f0bb939b61c66513 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 13 May 2017 13:51:24 -0700 Subject: [3.6] Move Codecov's configuration file under .github (GH-1494) (GH-1574) (cherry picked from commit cbddf58c797f850a5b06f317a4bb7ab69c6e9715) --- .codecov.yml | 35 ----------------------------------- .github/codecov.yml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 .codecov.yml create mode 100644 .github/codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index fcf9df6..0000000 --- a/.codecov.yml +++ /dev/null @@ -1,35 +0,0 @@ -codecov: - notify: - require_ci_to_pass: true -comment: off -ignore: - - "Doc/**/*" - - "Misc/*" - - "Mac/**/*" - - "PC/**/*" - - "PCbuild/**/*" - - "Tools/**/*" - - "Grammar/*" -coverage: - precision: 2 - range: - - 70.0 - - 100.0 - round: down - status: - changes: off - project: off - patch: - default: - target: 100% - only_pulls: true - threshold: 0.05 -parsers: - gcov: - branch_detection: - conditional: true - loop: true - macro: false - method: false - javascript: - enable_partials: false diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..fcf9df6 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,35 @@ +codecov: + notify: + require_ci_to_pass: true +comment: off +ignore: + - "Doc/**/*" + - "Misc/*" + - "Mac/**/*" + - "PC/**/*" + - "PCbuild/**/*" + - "Tools/**/*" + - "Grammar/*" +coverage: + precision: 2 + range: + - 70.0 + - 100.0 + round: down + status: + changes: off + project: off + patch: + default: + target: 100% + only_pulls: true + threshold: 0.05 +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false + javascript: + enable_partials: false -- cgit v0.12