From 278cc8feef4338ce243ca8f2dc6bd8a684589408 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 9 Apr 2019 21:47:53 +0200 Subject: [PATCH] Disable default aggregated report. Reactivate auto-validation of reports against base branch. (#6939) Following #6934, this PR finalize two things, as explained in #6934: disable the default aggregated report validate linux and windows reports against the PR base branch --- .codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 5118fe7b3..55fac56c8 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,13 +1,14 @@ coverage: status: project: + default: off linux: flags: linux - target: 98.48 + target: auto threshold: 0.1 base: auto windows: flags: windows - target: 96.84 + target: auto threshold: 0.1 base: auto