diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 28d2005d..657f0fd6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -5,7 +5,7 @@ name: Test Coverage jobs: run-coverage: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu- steps: - uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: run: | cd build lcov --capture --directory . --output-file coverage.info --ignore-errors mismatch - lcov --remove coverage.info '/usr/*' 'boost/*' 'c++11/*' --output-file coverage.info + lcov --remove coverage.info '/usr/*' 'boost/*' 'c++11/*' 'boost-test' --output-file coverage.info lcov --list coverage.info # Upload coverage report to Codecov