gh: try to run lcov2 and gtest together

This commit is contained in:
Michele Caini
2024-12-23 08:55:30 +01:00
parent fa93eb956a
commit 0d7c437153

View File

@@ -27,7 +27,7 @@ jobs:
working-directory: build
run: |
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
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3