Skip to content

Commit 92810d3

Browse files
committed
🎉 add codecov
1 parent c6175b1 commit 92810d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Test
21-
run: go test -v -count=1 ./... -race -covermode=atomic -coverprofile=coverage.out
21+
run: go test -v -count=1 ./... -race -covermode=atomic -coverprofile=coverage.out
22+
23+
- name: upload coverage to codecov
24+
uses: codecov/codecov-action@v2
25+
with:
26+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)