Skip to content

Commit 5e9ce1c

Browse files
authored
fix(ci): code coverage on C files is enough (#190)
1 parent 18d4be4 commit 5e9ce1c

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444

4545
- uses: luarocks/gh-actions-luarocks@95d2308a0aff36ad31ebadca493ed14853399842 # v7
4646

47-
- name: Prep luacov
48-
run: |
49-
luarocks install luacov
50-
5147
- name: GCC Build
5248
if: runner.os != 'Windows' || matrix.toolchain != 'msvc'
5349
run: |
@@ -61,11 +57,7 @@ jobs:
6157
6258
- name: Test
6359
run: |
64-
lua -lluacov tests/test.lua
65-
66-
- name: Generate coverage report
67-
run: |
68-
luacov
60+
lua tests/test.lua
6961
7062
- name: Run gcov in the main source file
7163
if: runner.os != 'Windows' || matrix.toolchain != 'msvc'

0 commit comments

Comments
 (0)