mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
Omit bundle directory
This commit is contained in:
parent
567c8775a9
commit
1b57c561f9
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -46,5 +46,5 @@ jobs:
|
|||||||
pip3 install --upgrade "pip < 21.0"
|
pip3 install --upgrade "pip < 21.0"
|
||||||
pip3 install covimerage virtualenv codecov
|
pip3 install covimerage virtualenv codecov
|
||||||
make test_coverage
|
make test_coverage
|
||||||
covimerage -vv xml --omit 'build/*'
|
covimerage -vv xml --omit 'build/*,bundle/*'
|
||||||
codecov -X search gcov pycov -f coverage.xml
|
codecov -X search gcov pycov -f coverage.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user