From d62779aa98a2f34ba412ce52b33f73a5b35bb0c8 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 7 Mar 2020 19:47:58 +0100 Subject: [PATCH] Adjust CodeCov settings --- codecov.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index b3e0a5799..3a1477bf7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,8 +2,14 @@ codecov: require_ci_to_pass: no notify: wait_for_ci: no -comment: false +comment: no +coverage: + status: + project: + default: + target: 0% + threshold: 0.02% + patch: no ignore: - "3rdParty" - "SourceT" -