Skip to content

Commit

Permalink
Reenable coverage, again, the sequel
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 30, 2023
1 parent 26d4bfa commit 9c44124
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 @@ -100,7 +100,7 @@ convention = "google"
add_ignore = ['D100', 'D104']

[tool.pytest.ini_options]
#addopts = "--cov=prosper_api --cov-report=term-missing --cov-report=lcov:dist/coverage.info --cov-fail-under=100"
addopts = "--cov=prosper_api --cov-report=term-missing --cov-report=lcov:dist/coverage.info --cov-fail-under=100"
testpaths = "tests"
python_functions = ["*_test", "test_*"]

Expand Down

0 comments on commit 9c44124

Please sign in to comment.