Skip to content

Commit

Permalink
Merge pull request #185 from greenbone/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
a-h-abdelsalam authored Nov 25, 2024
2 parents 6b21ce3 + 19ffd77 commit 0f7b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Configure and run tests
run: CTEST_OUTPUT_ON_FAILURE=1 cmake --build build -- tests test
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: build/coverage/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 0f7b4fd

Please sign in to comment.