CI: Skip WillFail and Fuzzing test labels when measuring coverage

This commit is contained in:
Benoit Blanchon
2021-05-04 16:25:53 +02:00
parent 4780174ee1
commit 6aeefda3b6

View File

@ -251,7 +251,7 @@ jobs:
- name: Build
run: ninja
- name: Test
run: ninja test
run: ctest -LE 'WillFail|Fuzzing' -T test
- name: lcov --capture
run: lcov --capture --no-external --directory . --output-file coverage.info
- name: lcov --remove