coverage wants to play

this is another instance of the 5.0 incompatibility
This commit is contained in:
Jean-Paul Calderone 2020-01-20 13:27:41 -05:00
parent 6d3461d563
commit 9da5194e6d

View File

@ -69,7 +69,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 coverage
%PYTHON%\python.exe -m pip install codecov "coverage ~= 4.5"
%PYTHON%\python.exe -m coverage xml -o coverage.xml -i
%PYTHON%\python.exe -m codecov -X search -X gcov -f coverage.xml