We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9a267 commit 4ec7276Copy full SHA for 4ec7276
1 file changed
.github/workflows/go.yml
@@ -64,8 +64,9 @@ jobs:
64
${{ runner.os }}-go-
65
- name: Run Tests
66
run: |
67
- go test -v -covermode=atomic -coverprofile=coverage.out
+ go test -v -covermode=atomic -coverprofile=coverage.txt
68
- name: Upload coverage to Codecov
69
uses: codecov/codecov-action@v4.5.0
70
with:
71
flags: ${{ matrix.os }},go-${{ matrix.go }}
72
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments