Skip to content

Commit 21588a7

Browse files
committed
rc
1 parent 2392335 commit 21588a7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.luacovrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[general]
2+
statsfile = "luacov.stats.out"
3+
reportfile = "luacov.report.out"
4+
5+
[lcovreport]
6+
output = "lcov.info"

makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ clean:
3232
install-deps:
3333
luarocks --lua-version=5.1 install --local luacov
3434
luarocks --lua-version=5.1 install --local luacov-reporter-lcov
35-
luarocks --lua-version=5.1 install --local luacov-lcov
3635
luarocks --lua-version=5.1 install --local luacheck
3736
if [ ! -d ~/.local/share/nvim/site/pack/test/start/plenary.nvim ]; then \
3837
echo "Installing plenary.nvim dependency..."; \

0 commit comments

Comments
 (0)