There was an error while loading. Please reload this page.
1 parent 18d4be4 commit 5e9ce1cCopy full SHA for 5e9ce1c
1 file changed
.github/workflows/ci.yml
@@ -44,10 +44,6 @@ jobs:
44
45
- uses: luarocks/gh-actions-luarocks@95d2308a0aff36ad31ebadca493ed14853399842 # v7
46
47
- - name: Prep luacov
48
- run: |
49
- luarocks install luacov
50
-
51
- name: GCC Build
52
if: runner.os != 'Windows' || matrix.toolchain != 'msvc'
53
run: |
@@ -61,11 +57,7 @@ jobs:
61
57
62
58
- name: Test
63
59
64
- lua -lluacov tests/test.lua
65
66
- - name: Generate coverage report
67
68
- luacov
60
+ lua tests/test.lua
69
70
- name: Run gcov in the main source file
71
0 commit comments