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 5a4afbd commit 54f451dCopy full SHA for 54f451d
.github/workflows/build.yml
@@ -68,6 +68,7 @@ jobs:
68
with:
69
token: ${{ secrets.CODECOV_TOKEN }}
70
files: coverage/pytest-results.xml,coverage/junit.xml
71
+ fail_ci_if_error: true
72
73
- name: Package the extension
74
run: |
0 commit comments