mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:40:05 +08:00
Disable O_NONBLOCK
This commit is contained in:
parent
c5387da3fc
commit
68c4c1e8dc
@ -78,9 +78,10 @@ elif [ "$LINT" = "vader" ]; then
|
|||||||
echo "================= ${VIM_BIN} version ======================"
|
echo "================= ${VIM_BIN} version ======================"
|
||||||
$VIM_BIN --version
|
$VIM_BIN --version
|
||||||
pip install covimerage
|
pip install covimerage
|
||||||
|
pip install codecov
|
||||||
|
python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);'
|
||||||
make test_coverage
|
make test_coverage
|
||||||
covimerage -vv xml --omit 'build/*'
|
covimerage -vv xml --omit 'build/*'
|
||||||
pip install codecov
|
|
||||||
codecov -X search gcov pycov -f coverage.xml
|
codecov -X search gcov pycov -f coverage.xml
|
||||||
elif [ "$LINT" = "jekyll" ]; then
|
elif [ "$LINT" = "jekyll" ]; then
|
||||||
.ci/build-production
|
.ci/build-production
|
||||||
|
Loading…
Reference in New Issue
Block a user