tox: Run the coverage collection for the right project.

This commit is contained in:
Damir Jelić 2019-04-10 14:40:00 +02:00
parent d4d4d605a8
commit 488e994fa7

View File

@ -17,7 +17,7 @@ usedevelop = True
[testenv:coverage]
basepython = python3.7
commands =
py.test --cov=nio --cov-report term-missing
py.test --cov=pantalaimon --cov-report term-missing
coverage xml
coverage report --show-missing
codecov -e TOXENV