1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:20:06 +08:00

tests: use stable covimerage

This commit is contained in:
Daniel Hahler 2017-10-15 15:51:46 +02:00
parent ea904c49ec
commit 267974d1ab
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ script:
elif [ "$LINT" = "vint-errors" ]; then
vint --error .
elif [ "$LINT" = "vader" ]; then
pip install --no-cache-dir https://github.com/Vimjas/covimerage/archive/develop.zip
pip install covimerage
make test_coverage
covimerage -vv xml --omit 'build/*'
pip install codecov

View File

@ -9,7 +9,7 @@ test_coverage: $(COVIMERAGE) build/vader | build
build/covimerage:
virtualenv $@
build/covimerage/bin/covimerage: | build/covimerage
. build/covimerage/bin/activate && pip install covimerage
build/covimerage/bin/pip install covimerage
build/vader:
git clone --depth 1 https://github.com/junegunn/vader.vim.git $@