Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3.1.4 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@eaaf4be...f30e495)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 97d3bdd commit 1982ebb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
bats test/*.bats
- name: Codecov - 1st attempt
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
id: upload_code_coverage_report
continue-on-error: true
with:
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Codecov - 2nd attempt
if: steps.upload_code_coverage_report.outcome == 'failure'
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
with:
fail_ci_if_error: true
verbose: true
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# There is some issue with code coverage inside the container
# TODO: Try to finger out how to run kcov inside container and retrieve coverage results
# - name: Codecov - 1st attempt
# uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
# uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
# id: upload_code_coverage_report
# continue-on-error: true
# with:
Expand All @@ -119,7 +119,7 @@ jobs:

# - name: Codecov - 2nd attempt
# if: steps.upload_code_coverage_report.outcome == 'failure'
# uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
# uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
# with:
# fail_ci_if_error: true
# verbose: true
Expand Down

0 comments on commit 1982ebb

Please sign in to comment.