From cf3a099c65abca441770e613f1a224a80a0ac997 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 28 Sep 2017 19:08:57 +0200 Subject: codecov: disable comments in the PR --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .codecov.yml (limited to '.codecov.yml') diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..69cb76019 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1 @@ +comment: false -- cgit v1.2.3 From c12e0c39b93d28469038296ce6f1178bc9b5f2aa Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 28 Sep 2017 19:43:58 +0200 Subject: codecov : update the commit status --- .codecov.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to '.codecov.yml') diff --git a/.codecov.yml b/.codecov.yml index 69cb76019..6cdbc2885 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1 +1,31 @@ comment: false +coverage: + status: + project: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null + patch: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null -- cgit v1.2.3