Skip to content

Commit

Permalink
Reduce diff coverage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismeyersfsu committed Dec 3, 2024
1 parent 7b41df6 commit 2663734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coverage:
default:
target: 100%
pytest:
target: 100%
target: 50%
flags:
- pytest
typing:
Expand Down
2 changes: 1 addition & 1 deletion nitpick-style.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ target = '100%'
flags = [
'pytest',
]
target = '100%'
target = '50%'
[".codecov.yml".coverage.status.patch.typing]
flags = [
'MyPy',
Expand Down

0 comments on commit 2663734

Please sign in to comment.