Skip to content

Commit

Permalink
Clearly mark the test coverage requirement as 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Nov 1, 2023
1 parent ec53189 commit 2931b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ source = ["/src/"]

[tool.pytest.ini_options]
addopts = [
'--cov-fail-under=100',
'--cov-report=html',
'--cov-report=term-missing',
'--junitxml=report.xml'
Expand Down

0 comments on commit 2931b22

Please sign in to comment.