mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user