Skip to content

Commit

Permalink
[Debug] Try fixing codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Nov 7, 2023
1 parent c6f07c7 commit 2e39779
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/step_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ jobs:
with:
workflowPreset: "${{ matrix.toolchain }}-ci"
- name: Get lcov data
uses: danielealbano/lcov-action@v3
with:
remove_patterns: /test/,/cmake-build*/
run: |
lcov -c -d cmake-build-*/ -o coverage.info --exclude "$(pwd)/src/*"
if: runner.os == "Linux"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: coverage.info
if: runner.os == "Linux"
pass:
needs: [ tests ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e39779

Please sign in to comment.