From cbddf58c797f850a5b06f317a4bb7ab69c6e9715 Mon Sep 17 00:00:00 2001 From: morrme Date: Sat, 13 May 2017 15:34:06 -0500 Subject: Move Codecov's configuration file under .github (GH-1494) --- .codecov.yml | 29 ----------------------------- .github/codecov.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 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 2106da6..0000000 --- a/.codecov.yml +++ /dev/null @@ -1,29 +0,0 @@ -codecov: - notify: - require_ci_to_pass: true -comment: off -ignore: - - "Doc/**/*" - - "Misc/*" - - "Mac/**/*" - - "PC/**/*" - - "PCbuild/**/*" - - "Tools/**/*" - - "Grammar/*" -coverage: - precision: 2 - range: 70...90 - round: down - status: - changes: off - project: off - patch: off -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..2106da6 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,29 @@ +codecov: + notify: + require_ci_to_pass: true +comment: off +ignore: + - "Doc/**/*" + - "Misc/*" + - "Mac/**/*" + - "PC/**/*" + - "PCbuild/**/*" + - "Tools/**/*" + - "Grammar/*" +coverage: + precision: 2 + range: 70...90 + round: down + status: + changes: off + project: off + patch: off +parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false + javascript: + enable_partials: false -- cgit v0.12