mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add comment
This commit is contained in:
parent
b339e25ddf
commit
6e85dfb306
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ pr:
|
|||
- '*.x'
|
||||
|
||||
variables:
|
||||
# We set this here to avoid coverage data being uploaded from things like our
|
||||
# nightly pipeline. This is done because codecov (helpfully) keeps track of
|
||||
# the number of coverage uploads for a commit and displays a warning when
|
||||
# comparing two commits with an unequal number of uploads. Only uploading
|
||||
# coverage here should keep the number of uploads it sees consistent.
|
||||
uploadCoverage: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue