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.
1 parent 1751a65 commit 70a3b91Copy full SHA for 70a3b91
.github/workflows/release-tagged.yml
@@ -39,7 +39,7 @@ jobs:
39
run: go test -race -coverprofile=coverage.txt -covermode=atomic goblog/...
40
41
- name: Code Coverage
42
- uses: codecov/codecov-action@v5.0.3
+ uses: codecov/codecov-action@v5.0.4
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
.github/workflows/release-untagged.yml
0 commit comments