We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac073af commit 6e52f37Copy full SHA for 6e52f37
.github/workflows/go.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Test
37
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
38
39
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v5
40
with:
41
- file: ./coverage.txt
+ files: ./coverage.txt
42
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments