Skip to content

Commit

Permalink
🧪 Lower project coverage runtime target to 67.15%
Browse files Browse the repository at this point in the history
Some bits cannot be improved with the current state of MyPy, while
others aren't yet up to standard. We should increase this value as
things get better.
  • Loading branch information
webknjaz committed Mar 4, 2025
1 parent b8c4f16 commit f7b72c8
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 @@ -42,7 +42,7 @@ coverage:
typing:
flags:
- MyPy
target: 100%
target: 67.15%

github_checks:
annotations: false
Expand Down
1 change: 0 additions & 1 deletion nitpick-style.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,3 @@ target = '100%'
flags = [
'MyPy',
]
target = '100%'

0 comments on commit f7b72c8

Please sign in to comment.