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 65b1c07 commit cb1cceeCopy full SHA for cb1ccee
.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.1
+ uses: codecov/codecov-action@v5.0.2
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
.github/workflows/release-untagged.yml
0 commit comments