add comment

This commit is contained in:
Brad Warren 2023-01-26 11:17:02 -08:00
parent b339e25ddf
commit 6e85dfb306

View file

@ -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: