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
This commit is contained in:
Adrien Ferrand
2019-04-09 12:47:53 -07:00
committed by Brad Warren
parent fb5974b8c3
commit 278cc8feef
+3 -2
View File
@@ -1,13 +1,14 @@
coverage: coverage:
status: status:
project: project:
default: off
linux: linux:
flags: linux flags: linux
target: 98.48 target: auto
threshold: 0.1 threshold: 0.1
base: auto base: auto
windows: windows:
flags: windows flags: windows
target: 96.84 target: auto
threshold: 0.1 threshold: 0.1
base: auto base: auto