There was an error while loading. Please reload this page.
1 parent c2b8896 commit f84ed45Copy full SHA for f84ed45
1 file changed
.github/workflows/test.yml
@@ -20,6 +20,6 @@ jobs:
20
- uses: actions/checkout@v4
21
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
22
- name: Codecov
23
- uses: codecov/codecov-action@v4.0.0
+ uses: codecov/codecov-action@v4.0.1
24
with:
25
files: ./coverage.txt
0 commit comments