Skip to content

Commit 1b0f3a8

Browse files
authored
deactivate failing reports in CI (#388)
1 parent 901f7ee commit 1b0f3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Update coverage report
2828
uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742
2929
with:
30-
report: 'true'
30+
report: 'false'
3131
chart: 'true'
3232
amend: 'false'

0 commit comments

Comments
 (0)