Ver Fonte

CI: Skip WillFail and Fuzzing test labels when measuring coverage

Benoit Blanchon há 4 anos atrás
pai
commit
6aeefda3b6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

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