Skip to content

Commit 8569081

Browse files
chore: update codecov/codecov-action action to v6.0.1 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8dc268 commit 8569081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ jobs:
8888
go test -v -coverprofile=coverage.cov -coverpkg=./... ./... 2>&1 | \
8989
tee >(go-junit-report -set-exit-code > junit-report.xml)
9090
- name: Upload test results to Codecov
91-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
91+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9292
if: always() && !cancelled()
9393
with:
9494
report_type: test_results
9595
files: junit-report.xml
9696
verbose: true
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
- name: Upload code coverage report to Codecov
99-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
99+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
100100
with:
101101
report_type: coverage
102102
files: coverage.cov

0 commit comments

Comments
 (0)