mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
ci: use cluacov for better performance (#11152)
This commit is contained in:
@@ -35,9 +35,9 @@ fi
|
|||||||
# Compile dependencies.
|
# Compile dependencies.
|
||||||
build_deps
|
build_deps
|
||||||
|
|
||||||
# Install luacov for Lua coverage.
|
# Install cluacov for Lua coverage.
|
||||||
if [[ "$USE_LUACOV" == 1 ]]; then
|
if [[ "$USE_LUACOV" == 1 ]]; then
|
||||||
"${DEPS_BUILD_DIR}/usr/bin/luarocks" install luacov
|
"${DEPS_BUILD_DIR}/usr/bin/luarocks" install cluacov
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf "${LOG_DIR}"
|
rm -rf "${LOG_DIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user