Skip to content

Commit

Permalink
Update to codecov/codecov-action@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jan 8, 2025
1 parent 99d10e6 commit 12cb5e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,12 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5
with:
directory: ${{github.workspace}}
gcov: true
gcov_args: -s ${{github.workspace}}
gcov_path_exclude: '*/CompilerIdC/*'
gcov_root_dir: ${{runner.workspace}}/build
gcov_ignore: '*/CompilerIdC/*'
gcov_include: src/* include/*
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: ${{github.workspace}}

0 comments on commit 12cb5e5

Please sign in to comment.