Skip to content

Commit a488697

Browse files
chore(deps): update codecov/codecov-action action to v4 (#250)
* chore(deps): update codecov/codecov-action action to v4 * add codecov upload token Signed-off-by: Michael Beemer <[email protected]> --------- Signed-off-by: Michael Beemer <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <[email protected]>
1 parent 71854d4 commit a488697

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ jobs:
5858
- name: Run tests
5959
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v3
61+
uses: codecov/[email protected]
62+
with:
63+
name: Code Coverage for GO SDK
64+
fail_ci_if_error: true
65+
verbose: true
66+
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)