Skip to content

Commit

Permalink
Merge pull request #40 from bluesky/codecov
Browse files Browse the repository at this point in the history
Add codecoverage settings with reasonable tolerance
  • Loading branch information
rosesyrett authored Aug 23, 2023
2 parents 4bb1446 + 4b1d190 commit 51a075a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# show coverage in CI status, not as a comment.
comment: false
coverage:
status:
project:
default:
target: auto
threshold: 0.05%
patch:
default:
target: auto
threshold: 0.05%
github_checks:
annotations: false

0 comments on commit 51a075a

Please sign in to comment.