mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-05 06:07:06 +00:00
Fix coverage path
This commit is contained in:
parent
c8cc6ce0af
commit
c7fc882981
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ deps =
|
|||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
commands =
|
commands =
|
||||||
pytest --cov={envsitepackagesdir}/keyosk --cov-config {env:HOME}/.coveragerc tests/ --cov-report term-missing
|
pytest --cov={envsitepackagesdir}/keyosk --cov-config .coveragerc tests/ --cov-report term-missing
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
description = Check code formatting against black and pylint
|
description = Check code formatting against black and pylint
|
||||||
|
Loading…
Reference in New Issue
Block a user