1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

covimerage -vv xml --omit 'build/*'

This commit is contained in:
Daniel Hahler 2017-10-08 22:25:37 +02:00
parent 13934b803d
commit a05ce619e3

View File

@ -60,7 +60,7 @@ script:
elif [ "$LINT" = "vader" ]; then
pip install --no-cache-dir https://github.com/Vimjas/covimerage/archive/develop.zip
make test_coverage
covimerage xml
covimerage -vv xml --omit 'build/*'
pip install codecov
codecov -X search gcov pycov -f coverage.xml
fi