From b1e7ed2dc2139fcda461aff2feb733ff94fc5498 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 31 May 2016 11:07:24 +0100 Subject: [PATCH] Update the codecov config Disable patch and change status updates. Don't wait for appveyor. Set the coverage target to 90%. --- .codecov.yml | 11 +++++++++++ codecov.yml | 1 - 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .codecov.yml delete mode 100644 codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..36883d7e --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,11 @@ +codecov: + ci: + - "!ci.appveyor.com" +coverage: + status: + patch: false + project: + default: + target: 90 + +comment: false diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 69cb7601..00000000 --- a/codecov.yml +++ /dev/null @@ -1 +0,0 @@ -comment: false