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

test(win): add codecov

This commit is contained in:
wsdjeg 2023-08-09 01:43:10 +08:00
parent 893bc9ceb4
commit 14d9c8bb55

View File

@ -194,7 +194,10 @@ jobs:
$Env:PATH = $Env:DEPS + '\vim\vim82\;' + $Env:PATH
$Env:VIM = $Env:DEPS + '\vim'
}
# https://github.com/Vimjas/covimerage/issues/95
# https://github.com/Vimjas/covimerage/issues/90
# covimerage do not support windows now
make test
$VIM_BIN --version
pip3 install --upgrade "pip < 21.0"
pip3 install 'click<8.0.0'
pip3 install covimerage virtualenv codecov
make test_coverage
covimerage -vv xml --omit 'build/*' --omit 'bundle/*'
codecov -X search gcov pycov -f coverage.xml