Skip to content

Commit

Permalink
Configure Codecov
Browse files Browse the repository at this point in the history
Add a coverage gate for all new changes and disable its comments.
  • Loading branch information
robintown committed Aug 23, 2024
1 parent d591eac commit 5f6ca00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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:
# Expect 80% coverage on all lines that a PR touches
target: 80%

0 comments on commit 5f6ca00

Please sign in to comment.