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 3853ad6 + 1113a82 commit f42f913Copy full SHA for f42f913
1 file changed
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./...
46
- name: Upload Coverage report to CodeCov
47
continue-on-error: true
48
- uses: codecov/codecov-action@v6.0.0 # https://github.com/codecov/codecov-action
+ uses: codecov/codecov-action@v6.0.1 # https://github.com/codecov/codecov-action
49
with:
50
files: /tmp/coverage.txt
51
build:
0 commit comments