Skip to content

Commit

Permalink
[pyproject] Enables coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Oct 29, 2024
1 parent dcdfdf0 commit 772d84b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,12 @@ override_SS05 = [ # override SS05 to allow docstrings starting with these words
'^Access ',
'^This',
]

[tool.pytest.ini_options]
addopts = [
"--cov=pelican.plugins.pybtex",
"--cov-report=term-missing",
"--import-mode=append",
]
junit_logging = "all"
junit_log_passing_tests = false

0 comments on commit 772d84b

Please sign in to comment.