Perhaps this invocation will result in greater success

This commit is contained in:
Jean-Paul Calderone 2019-03-14 16:18:46 -04:00
parent f5a97ef1ad
commit bc7ae0eabc

View File

@ -65,7 +65,9 @@ after_test:
%PYTHON%\python.exe -m pip wheel -w dist .
- |
%PYTHON%\python.exe -m pip install codecov
codecov
coverage combine
coverage xml -o coverage.xml -i
codecov -X search -X gcov -f coverage.xml
artifacts:
# bdist_wheel puts your built wheel in the dist directory