From f876c2872dd45b0b891b9fd11d354c887014ae70 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Tue, 12 Mar 2019 07:56:26 +0100 Subject: [PATCH 1/4] Adjust codecov --- .codecov.yml | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 4592266d81..c3b50fc07b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,36 +1,9 @@ -codecov: - branch: develop - -comment: off coverage: status: - patch: - default: off - source: - target: 80% - flags: source - backend: - target: 80% - flags: backend project: - default: off - source: - flags: source - backend: - flags: backend + target: auto + treshold: null + base: auto -flags: - source: - paths: - - src/ - backend: - paths: - - mod/ - - include/ - binary: - paths: - - bin/ - tests: - paths: - - tests/ +comment: off \ No newline at end of file From ddecefe0616636cd2692199a10b12c101bf5e58b Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Tue, 12 Mar 2019 07:57:01 +0100 Subject: [PATCH 2/4] EOL --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index c3b50fc07b..37204dd2f7 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,4 +6,4 @@ coverage: treshold: null base: auto -comment: off \ No newline at end of file +comment: off From 1f3b231400136d41f01181815dae442ebed805b3 Mon Sep 17 00:00:00 2001 From: Philipp Holzer Date: Tue, 12 Mar 2019 08:02:09 +0100 Subject: [PATCH 3/4] forgot "default" --- .codecov.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 37204dd2f7..c27bb117eb 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -2,8 +2,9 @@ coverage: status: project: - target: auto - treshold: null - base: auto + default: + target: auto + treshold: null + base: auto comment: off From f755683d8f0183729b9c6c54adf1d0bd5d5b5b66 Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 12 Mar 2019 08:49:21 +0100 Subject: [PATCH 4/4] forgot h --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index c27bb117eb..35509a879e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,7 @@ coverage: project: default: target: auto - treshold: null + threshold: null base: auto comment: off