Browse Source

gh: try to run lcov2 and gtest together

Michele Caini 1 year ago
parent
commit
0d7c437153
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/coverage.yml

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

@@ -27,7 +27,7 @@ jobs:
       working-directory: build
       working-directory: build
       run: |
       run: |
         sudo apt install lcov
         sudo apt install lcov
-        lcov -c -d . -o coverage.info
+        lcov -c -d . -o coverage.info --ignore-errors gcov,gcov,mismatch,mismatch
         lcov -l coverage.info
         lcov -l coverage.info
     - name: Upload coverage to Codecov
     - name: Upload coverage to Codecov
       uses: codecov/codecov-action@v3
       uses: codecov/codecov-action@v3