Skip to content

Commit a41d06b

Browse files
committed
chore: enable codecov
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent db3e01c commit a41d06b

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
@@ -64,5 +64,5 @@ jobs:
6464
go test -v -covermode=atomic -coverprofile=coverage.out .
6565
go test -v -covermode=atomic -coverprofile=coverage.out ./simple/...
6666
67-
# - name: Upload coverage to Codecov
68-
# uses: codecov/codecov-action@v1
67+
- name: Upload coverage to Codecov
68+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)