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
|
2024-10-18 16:39:02 -04:00
|
|
|
github_checks:
|
|
|
|
|
# Don't mark up the diffs on PRs with warnings about untested lines; we're not
|
|
|
|
|
# aiming for 100% test coverage and they just get in the way of reviewing
|
|
|
|
|
annotations: false
|
2024-08-27 09:45:39 -04:00
|
|
|
coverage:
|
|
|
|
|
status:
|
|
|
|
|
project:
|
|
|
|
|
default:
|
|
|
|
|
# Track the impact of changes on overall coverage without blocking PRs
|
|
|
|
|
informational: true
|
|
|
|
|
patch:
|
|
|
|
|
default:
|
2025-11-26 19:13:07 +01:00
|
|
|
# Enforce 80% coverage on all lines that a PR
|
2024-09-03 16:03:43 -04:00
|
|
|
# touches
|
2024-08-27 09:45:39 -04:00
|
|
|
target: 80%
|