"no coverage to combine"!

`coverage combine` fails if you give it no paths and there is no `coverage run
-p` data, it seems.  Try coverage reporting without the combine step.
This commit is contained in:
Jean-Paul Calderone 2019-03-14 16:43:06 -04:00
parent bc7ae0eabc
commit 7300125170

View File

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