Skip to content

Commit d3ade48

Browse files
committed
Diagnose cibuild
1 parent 7eac881 commit d3ade48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
- name: Upload coverage to codecov.io
132132
if: matrix.os == 'ubuntu-latest'
133133
uses: codecov/codecov-action@v3
134+
with:
135+
fail_ci_if_error: true
136+
verbose: true
134137
- name: Generate packages
135138
shell: pwsh
136139
run: |

0 commit comments

Comments
 (0)