Skip to content

Commit 52fd2cc

Browse files
authored
Merge branch 'main' into feat/consistent-output-for-async
2 parents 89bac06 + 7463003 commit 52fd2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
pull-requests: write # write permission needed to comment on PR
6666
steps:
6767
- name: Check new code coverage
68-
uses: fgrosse/go-coverage-report@v1.2.0
68+
uses: fgrosse/go-coverage-report@v1.3.0
6969
continue-on-error: true # Add this line to prevent pipeline failures in forks
7070
with:
7171
coverage-artifact-name: ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}

0 commit comments

Comments
 (0)