Skip to content

Commit

Permalink
add codecov configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Apr 29, 2024
1 parent b96d4c6 commit ee2bb1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude .ruff.toml
exclude codecov.yml
include *.md
include *.py
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
# see https://docs.codecov.com/docs/commit-status
status:
project:
default:
target: auto
threshold: 5% # coverage can drop by up to <threshold>% while still posting success
patch: off

0 comments on commit ee2bb1f

Please sign in to comment.