We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6175b1 commit 92810d3Copy full SHA for 92810d3
.github/workflows/test.yml
@@ -18,4 +18,9 @@ jobs:
18
uses: actions/checkout@v2
19
20
- name: Test
21
- run: go test -v -count=1 ./... -race -covermode=atomic -coverprofile=coverage.out
+ 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