Skip to content

Commit

Permalink
relax coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
deepmancer committed Aug 13, 2024
1 parent ee1ead3 commit dad198c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ lint-check = [
]

[tool.hatch.envs.test.scripts]
test = "pytest --cov=fastapi_auth_jwt/ --cov-report=term-missing --cov-fail-under=100"
test-cov-xml = "pytest --cov=fastapi_auth_jwt/ --cov-report=xml --cov-fail-under=100"
test = "pytest --cov=fastapi_auth_jwt/ --cov-report=term-missing --cov-fail-under=90"
test-cov-xml = "pytest --cov=fastapi_auth_jwt/ --cov-report=xml --cov-fail-under=90"

[build-system]
requires = ["hatchling", "hatch-regex-commit"]
Expand Down

0 comments on commit dad198c

Please sign in to comment.