Skip to content

Commit

Permalink
fix: slightly adjust code coverage for missing cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Griffiths committed Nov 2, 2023
1 parent 1b6a782 commit f8efa78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,9 @@ warn_unused_configs = true
[[tool.mypy.overrides]]
ignore_missing_imports = true

[tool.coverage.paths]
source = ["/src/"]

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

0 comments on commit f8efa78

Please sign in to comment.