Skip to content

Commit

Permalink
Fix coverage report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Sep 16, 2023
1 parent 9080dde commit a46f292
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
run: ctest --test-dir build -C ${{ matrix.build_type }} --output-on-failure

- name: Coverage report
if: contains(matrix.name, 'Coverage')
shell: bash
run: >
gcovr
Expand All @@ -52,7 +51,6 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v3
if: contains(matrix.name, 'Coverage')
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage.xml
Expand Down

0 comments on commit a46f292

Please sign in to comment.