@@ -1,12 +1,16 @@
# https://docs.codecov.com/docs/pull-request-comments#disable-comment
comment: false
# TODO(robinlinden): We don't want to manually have to check that tests cover new code.
#
# The coverage CI status check is only informational for now due to Bazel 7
# switching to branch coverage with gcc and gcc appearing to not generate
# reliable coverage reports when run in branch-coverage mode.
coverage:
status:
project:
default:
# Allow coverage to fluctuate a bit. This is mostly to work around gcc
# not always reporting e.g. functions' closing braces or lambda variable
# declarations as covered, leading to "indirect changes" that really
# aren't changes at all.
threshold: 1%
informational: true
patch:
default:
informational: true