1
0
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:
Ethan Paul 2020-02-23 20:24:39 -05:00
parent c8cc6ce0af
commit c7fc882981

View File

@ -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