install coverage here too

This commit is contained in:
Jean-Paul Calderone 2019-03-14 19:25:39 -04:00
parent 0bead3638e
commit 6fb1252f0e

View File

@ -64,7 +64,7 @@ after_test:
%PYTHON%\python.exe setup.py bdist_wheel
%PYTHON%\python.exe -m pip wheel -w dist .
- |
%PYTHON%\python.exe -m pip install codecov
%PYTHON%\python.exe -m pip install codecov coverage
%PYTHON%\python.exe -m coverage xml -o coverage.xml -i
%PYTHON%\python.exe -m codecov -X search -X gcov -f coverage.xml