mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
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:
committed by
Brad Warren
parent
fb5974b8c3
commit
278cc8feef
+3
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user