There was an error while loading. Please reload this page.
2 parents 2ff738d + 9598d69 commit 45c12abCopy full SHA for 45c12ab
1 file changed
.github/workflows/onlytest.yml
@@ -35,7 +35,7 @@ jobs:
35
run: go test -race -coverprofile="coverage.txt" -covermode=atomic github.com/michimani/gotwi/... -shuffle=on
36
37
- name: Upload code coverage to Codecov
38
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v6
39
with:
40
fail_ci_if_error: true
41
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments