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 8fdadf8 commit 179ce5fCopy full SHA for 179ce5f
.github/workflows/ci.yaml
@@ -64,7 +64,7 @@ jobs:
64
actions: read # to download code coverage results from "main" job
65
pull-requests: write # write permission needed to comment on PR
66
steps:
67
- - uses: fgrosse/go-coverage-report@v1.1.1
+ - uses: fgrosse/go-coverage-report@v1.2.0
68
with:
69
coverage-artifact-name: ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
70
coverage-file-name: ${{ env.CODE_COVERAGE_FILE_NAME }}
0 commit comments