Skip to content

Commit 025004d

Browse files
tuedajodavies
authored andcommitted
ci: use --fake-valgrind in measuring code coverage
This restricts coverage to tests checked with Valgrind.
1 parent ef2279f commit 025004d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
run: make -C sources -j 4 ${{ matrix.bin }}
192192

193193
- name: Test
194-
run: ./check/check.rb ./sources/${{ matrix.bin }} --stat --timeout 30 ${{ matrix.nthreads && format('-w{0}', matrix.nthreads) || '' }}
194+
run: ./check/check.rb ./sources/${{ matrix.bin }} --stat --timeout 30 ${{ matrix.nthreads && format('-w{0}', matrix.nthreads) || '' }} --fake-valgrind
195195

196196
- name: Generate LCOV coverage data
197197
run: |

0 commit comments

Comments
 (0)