2024-08-27 09:45:39 -04:00
|
|
|
# Don't post comments on PRs; they're noisy and the same information can be
|
|
|
|
|
# gotten through the checks section at the bottom of the PR anyways
|
|
|
|
|
comment: false
|
|
|
|
|
coverage:
|
|
|
|
|
status:
|
|
|
|
|
project:
|
|
|
|
|
default:
|
|
|
|
|
# Track the impact of changes on overall coverage without blocking PRs
|
|
|
|
|
informational: true
|
|
|
|
|
patch:
|
|
|
|
|
default:
|
2024-09-03 16:03:43 -04:00
|
|
|
# Encourage (but don't enforce) 80% coverage on all lines that a PR
|
|
|
|
|
# touches
|
2024-08-27 09:45:39 -04:00
|
|
|
target: 80%
|
2024-09-03 16:03:43 -04:00
|
|
|
informational: true
|