Skip to content

Commit

Permalink
ci: add codecov.yml (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkeaton authored Dec 17, 2024
1 parent 88f5e0d commit 2cef6cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
coverage:
status:
project:
default:
target: 10% # required coverage value
threshold: 1% # leniency in hitting the target

comment:
require_changes: true

github_checks:
annotations: false # disable github code annotations (can be enabled on demand if needed)

0 comments on commit 2cef6cf

Please sign in to comment.