We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302692c commit a378a61Copy full SHA for a378a61
1 file changed
.github/workflows/ci.yml
@@ -126,6 +126,7 @@ jobs:
126
--cov-report=term-missing --cov-branch --junitxml=test-results.xml
127
128
- name: Coverage report with threshold
129
+ if: runner.os == 'Linux'
130
run: |
131
coverage report --fail-under=80
132
0 commit comments