mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
tox: Run the coverage collection for the right project.
This commit is contained in:
parent
d4d4d605a8
commit
488e994fa7
2
tox.ini
2
tox.ini
@ -17,7 +17,7 @@ usedevelop = True
|
|||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
commands =
|
commands =
|
||||||
py.test --cov=nio --cov-report term-missing
|
py.test --cov=pantalaimon --cov-report term-missing
|
||||||
coverage xml
|
coverage xml
|
||||||
coverage report --show-missing
|
coverage report --show-missing
|
||||||
codecov -e TOXENV
|
codecov -e TOXENV
|
||||||
|
Loading…
Reference in New Issue
Block a user