Skip to content

Commit 54f451d

Browse files
fix: set test results upload to fail CI on error
Add fail_ci_if_error: true to test results upload step to ensure CI fails when codecov upload fails, matching the coverage upload configuration.
1 parent 5a4afbd commit 54f451d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage/pytest-results.xml,coverage/junit.xml
71+
fail_ci_if_error: true
7172

7273
- name: Package the extension
7374
run: |

0 commit comments

Comments
 (0)