mirror of
https://github.com/enpaul/keyosk.git
synced 2025-09-18 13:48:39 +00:00
Fix coverage path
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user