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 3bac326
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ source = ["/src/"]

[tool.pytest.ini_options]
addopts = [
'--cov-fail-under=100',
'--cov-report=html',
'--cov-fail-under=99',
'--cov-report=term-missing',
'--junitxml=report.xml',
# Ignore notebooks which depend on external data for E2E tests
Expand Down

0 comments on commit 3bac326

Please sign in to comment.