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 c26718a commit 50d44b7Copy full SHA for 50d44b7
.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.1.0
+ uses: codecov/codecov-action@v5.1.1
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
.github/workflows/release-untagged.yml
0 commit comments