Skip to content

Commit

Permalink
changes test coverage quality gate from 97 to 96%
Browse files Browse the repository at this point in the history
note: python3.7 is the only environment in which 97% is not reached currently.
  • Loading branch information
JKatzwinkel authored and funkyfuture committed Jan 17, 2024
1 parent 9623b5a commit d5359ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exclude_lines = [
"raise TypeError",
"raise ValueError"
]
fail_under = 97
fail_under = 96

#

Expand Down

0 comments on commit d5359ef

Please sign in to comment.