Skip to content

Commit

Permalink
rm boost-test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Dec 21, 2024
1 parent d536e5f commit 8459d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test Coverage
jobs:
run-coverage:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-
steps:

- uses: actions/checkout@v4
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8459d9d

Please sign in to comment.