Enforce 75% code coverage in CI via Tox

This commit is contained in:
Justin Mayer 2024-06-25 10:54:24 +02:00
commit bdd4e45628
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ deps =
commands =
{envpython} --version
pytest -s --cov=pelican pelican
pytest -s --cov=pelican --cov-fail-under 75 pelican
[testenv:docs]
basepython = python3.11