Skip to content

Commit

Permalink
Merge pull request #7 from astoycos/codecov
Browse files Browse the repository at this point in the history
add codecov configuration
  • Loading branch information
Andrew Stoycos committed May 23, 2024
2 parents 4b7bc34 + 09e12f9 commit c91edf5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Many of these values are defaults taken from:
# https://docs.codecov.com/docs/commit-status
coverage:
status:
patch:
default:
# TODO(astoycos) set this back to auto when we have a stable release.
target: 0%
threshold: 0%
project:
default:
# base
target: auto
# TODO(astoycos) set this back to 0% when we have a stable release.
threshold: 10%

0 comments on commit c91edf5

Please sign in to comment.