From 6aeefda3b6c38bf72f8b7a9507bac4a20fdb3327 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 4 May 2021 16:25:53 +0200 Subject: [PATCH] CI: Skip WillFail and Fuzzing test labels when measuring coverage --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87d7dce3..76dfc0d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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