Report coverage information to The Cloud™

This commit is contained in:
Jean-Paul Calderone 2019-03-14 11:54:00 -04:00
parent 31287efa95
commit f4c1038a24

View File

@ -63,6 +63,9 @@ after_test:
rd /s /q _trial_temp
%PYTHON%\python.exe setup.py bdist_wheel
%PYTHON%\python.exe -m pip wheel -w dist .
- |
%PYTHON%\python.exe -m pip install codecov
codecov
artifacts:
# bdist_wheel puts your built wheel in the dist directory