Skip to content

Commit

Permalink
Merge pull request #20 from trixi-framework/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
sloede authored Feb 1, 2024
2 parents 16e4286 + c1a7c66 commit 3f618aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ jobs:
build-coverage/smesh_run smesh_example.cfg
build-coverage/smesh_run smesh_test.cfg
cmake --build build-coverage/ --target process-coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: ${{ matrix.test_type == 'coverage' }}
with:
files: ./build-coverage/lcov.info
flags: unittests
name: codecov-umbrella
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Coveralls
if: ${{ matrix.test_type == 'coverage' }}
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 3f618aa

Please sign in to comment.