Skip to content

Commit a378a61

Browse files
committed
fix: run coverage threshold check only on Linux
1 parent 302692c commit a378a61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
--cov-report=term-missing --cov-branch --junitxml=test-results.xml
127127
128128
- name: Coverage report with threshold
129+
if: runner.os == 'Linux'
129130
run: |
130131
coverage report --fail-under=80
131132

0 commit comments

Comments
 (0)