Skip to content

Commit

Permalink
Bump coverage to 70%
Browse files Browse the repository at this point in the history
  • Loading branch information
gmontamat committed Sep 3, 2024
1 parent 4734b62 commit 0eb8946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ executionEnvironments = [
]

[tool.pytest.ini_options]
addopts = "--cov-report xml:coverage.xml --cov src --cov-report term-missing --cov-fail-under 50 --cov-append -m 'not integration'"
addopts = "--cov-report xml:coverage.xml --cov src --cov-report term-missing --cov-fail-under 70 --cov-append -m 'not integration'"
pythonpath = [
"src"
]
Expand Down

0 comments on commit 0eb8946

Please sign in to comment.