Skip to content

Commit

Permalink
Merge pull request #2022 from hydephp/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
caendesilva authored Nov 14, 2024
2 parents 7b32fe1 + 07b0bf3 commit 07ec1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
env:
ENV: testing

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
fail_ci_if_error: false # optional (default = false)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml

- name: "Publish coverage report to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 07ec1a8

Please sign in to comment.