Skip to content

Commit

Permalink
chore: revert to CodeCov Action to v3 (#225)
Browse files Browse the repository at this point in the history
Revert to CodeCov v3

There's an ongoing issue with v4.
https://github.com/codecov/codecov-action/issues/1087

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Sep 21, 2023
1 parent 403275e commit 152416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Run tests
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit 152416d

Please sign in to comment.