Skip to content

Commit

Permalink
lower coverage to 90
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Mar 1, 2024
1 parent b7138f2 commit 61ca234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _test(coverage: bool, dependencies: bool) -> int:
(docker containers **should** be running in that case).
3. Coverage requires all dependencies and docker (will have no effect otherwise).
"""
test_coverage_threshold = 95
test_coverage_threshold = 90

dotenv.load_dotenv(".env_file")
args = ["tests/"]
Expand Down

0 comments on commit 61ca234

Please sign in to comment.