Skip to content

Commit 6aeefda

Browse files
committed
CI: Skip WillFail and Fuzzing test labels when measuring coverage
1 parent 4780174 commit 6aeefda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
- name: Build
252252
run: ninja
253253
- name: Test
254-
run: ninja test
254+
run: ctest -LE 'WillFail|Fuzzing' -T test
255255
- name: lcov --capture
256256
run: lcov --capture --no-external --directory . --output-file coverage.info
257257
- name: lcov --remove

0 commit comments

Comments
 (0)