Skip to content

Commit 712e617

Browse files
committed
chore: remove upload codecov report in GitHub Actions.
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a85d3f1 commit 712e617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
go test -v -covermode=atomic -coverprofile=coverage.out .
6363
go test -v -covermode=atomic -coverprofile=coverage.out ./simple/...
6464
65-
- name: Upload coverage to Codecov
66-
uses: codecov/codecov-action@v1
65+
# - name: Upload coverage to Codecov
66+
# uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)