Skip to content

Commit b1884bd

Browse files
committed
feat: Add codecov support
1 parent 32813ff commit b1884bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ jobs:
2323
- name: Checkout code
2424
uses: actions/checkout@v2
2525

26+
- name: Install dependencies
27+
run: go get github.com/go-playground/overalls
28+
2629
- name: Go test
27-
run: go test -race ./...
30+
run: overalls -covermode=atomic -outfile=coverage.txt -- -race
31+
32+
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)