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 784623f commit c32fdb3Copy full SHA for c32fdb3
1 file changed
.github/workflows/workflow.yaml
@@ -87,7 +87,8 @@ jobs:
87
88
- name: Combine coverage and fail if it's <90%
89
run: |
90
- python -c "print('Hello, world!, coming soon')"
+ coverage combine
91
+ coverage report --fail-under=90
92
continue-on-error: true
93
94
- name: Upload HTML report
0 commit comments