Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#134)
Browse files Browse the repository at this point in the history
* Bump codecov/codecov-action from 3.1.5 to 4.0.1

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.5...v4.0.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update token param

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alberto Zugazagoitia <[email protected]>
  • Loading branch information
dependabot[bot] and zugazagoitia authored Feb 5, 2024
1 parent e79e62d commit 8a23151
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ jobs:
arguments: jacocoTestReport

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
with:
files: "${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml"
verbose: true
token: "${{ secrets.CODECOV_TOKEN }}"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
publish-release:
#TODO Support releases on 5.x
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository == 'javalin/javalin-ssl'
Expand Down

0 comments on commit 8a23151

Please sign in to comment.