We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2392335 commit 21588a7Copy full SHA for 21588a7
2 files changed
.luacovrc
@@ -0,0 +1,6 @@
1
+[general]
2
+statsfile = "luacov.stats.out"
3
+reportfile = "luacov.report.out"
4
+
5
+[lcovreport]
6
+output = "lcov.info"
makefile
@@ -32,7 +32,6 @@ clean:
32
install-deps:
33
luarocks --lua-version=5.1 install --local luacov
34
luarocks --lua-version=5.1 install --local luacov-reporter-lcov
35
- luarocks --lua-version=5.1 install --local luacov-lcov
36
luarocks --lua-version=5.1 install --local luacheck
37
if [ ! -d ~/.local/share/nvim/site/pack/test/start/plenary.nvim ]; then \
38
echo "Installing plenary.nvim dependency..."; \
0 commit comments