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.
2 parents a292383 + 2295cbe commit 51d888cCopy full SHA for 51d888c
.github/workflows/go.yml
@@ -29,6 +29,6 @@ jobs:
29
- name: Run coverage
30
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
31
- name: Upload coverage reports to Codecov
32
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.1
33
with:
34
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments