Skip to content

Commit

Permalink
🧪 Lower project coverage runtime target to 56.10%
Browse files Browse the repository at this point in the history
This is the current value that should be improved gradually.
  • Loading branch information
webknjaz committed Mar 4, 2025
1 parent 0373ab9 commit b8c4f16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ coverage:
- pytest
paths:
- src/
target: 100%
target: 56.10%
tests:
flags:
- pytest
Expand Down
1 change: 0 additions & 1 deletion nitpick-style.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ flags = [
flags = [
'pytest',
]
target = '100%'
[".codecov.yml".coverage.status.project.tests]
flags = [
'pytest',
Expand Down

0 comments on commit b8c4f16

Please sign in to comment.