-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧪 Lower project coverage runtime target to 67.15%
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
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ coverage: | |
typing: | ||
flags: | ||
- MyPy | ||
target: 100% | ||
target: 67.15% | ||
|
||
github_checks: | ||
annotations: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,4 +176,3 @@ target = '100%' | |
flags = [ | ||
'MyPy', | ||
] | ||
target = '100%' |