mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 07:29:47 +08:00
chore(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
.github/workflows/UploadCoverageReport.yml
vendored
4
.github/workflows/UploadCoverageReport.yml
vendored
@ -30,14 +30,14 @@ jobs:
|
||||
|
||||
- name: Upload coverage to codecov (tokenless)
|
||||
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: "${{ env.REPORT_PATH }}"
|
||||
fail_ci_if_error: true
|
||||
|
||||
- name: Upload coverage to codecov (with token)
|
||||
if: "! github.event.pull_request.head.repo.fork "
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: "${{ env.REPORT_PATH }}"
|
||||
|
Reference in New Issue
Block a user