Skip to content

Commit

Permalink
fix: add branch coverage and slightly adjust code coverage for missin…
Browse files Browse the repository at this point in the history
…g cov
  • Loading branch information
Aidan Griffiths committed Nov 2, 2023
1 parent 1b6a782 commit 1d47511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ source = ["/src/"]

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

0 comments on commit 1d47511

Please sign in to comment.