mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Enforce 75% code coverage in CI via Tox
This commit is contained in:
parent
6a50191728
commit
bdd4e45628
2 changed files with 2 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue