Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3.1.4 to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Apr 26, 2024
1 parent 67f661b commit 0d5962d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
bats test/*.bats
- name: Codecov - 1st attempt
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
id: upload_code_coverage_report
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- name: Wait on failure 1
Expand All @@ -76,8 +77,9 @@ 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@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

Expand Down Expand Up @@ -106,10 +108,11 @@ 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@84508663e988701840491b86de86b666e8a86bed # v4.3.0
# id: upload_code_coverage_report
# continue-on-error: true
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true

# - name: Wait on failure 1
Expand All @@ -119,8 +122,9 @@ jobs:

# - name: Codecov - 2nd attempt
# if: steps.upload_code_coverage_report.outcome == 'failure'
# uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
# uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
# verbose: true

Expand Down

0 comments on commit 0d5962d

Please sign in to comment.