Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#250)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and beeme1mr authored Apr 29, 2024
1 parent 71854d4 commit a488697
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@ jobs:
- name: Run tests
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/[email protected]
with:
name: Code Coverage for GO SDK
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}

0 comments on commit a488697

Please sign in to comment.