mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
"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:
parent
bc7ae0eabc
commit
7300125170
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user