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 324bb13 commit e48a4a5Copy full SHA for e48a4a5
.github/workflows/tests.yml
@@ -23,11 +23,12 @@ jobs:
23
cache: true
24
25
- name: go test
26
- run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
+ run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
27
28
- name: Upload coverage to Codecov
29
uses: codecov/codecov-action@v3
30
with:
31
+ token: ${{ secrets.CODECOV_TOKEN }}
32
file: ./coverage.txt
33
env_vars: GO
34
env:
0 commit comments