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 0dad31f commit 98ebb05Copy full SHA for 98ebb05
.github/workflows/tests.yml
@@ -150,5 +150,11 @@ jobs:
150
message: ${{ steps.coverage.outputs.coverage }}
151
color: ${{ steps.coverage.outputs.color }}
152
153
+ - name: Fail if coverage too low
154
+ if: ${{ steps.coverage.outputs.coverage < 92 }}
155
+ run: |
156
+ echo "Coverage is below 92%!"
157
+ exit 1
158
+
159
- name: All done
160
run: echo 1
codecov.yml
0 commit comments