From f9b46b59a29dfa7d47a16d0743e62e813ac35358 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 27 Jul 2017 14:59:50 +0100 Subject: [PATCH 1/2] Fix codecov.yml `curl --data-binary @codecov.yml https://codecov.io/validate` --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 6a4eade7cab8ce..90e79729fdbaf1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ -codecov: +coverage: status: project: - diff-change: + diff_change: enabled: true target: auto threshold: 1 From 19cad4196bd0ea34411e40886fee706ea2376187 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Thu, 27 Jul 2017 15:35:28 +0100 Subject: [PATCH 2/2] Remove codecov.yml --- codecov.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 90e79729fdbaf1..00000000000000 --- a/codecov.yml +++ /dev/null @@ -1,9 +0,0 @@ -coverage: - status: - project: - diff_change: - enabled: true - target: auto - threshold: 1 - -comment: false