Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
a-h-abdelsalam authored Nov 18, 2024
2 parents b3c8abf + 4a50a7f commit 22a24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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 22a24b2

Please sign in to comment.