Skip to content

Commit 31d3be6

Browse files
committed
Worked around macOS coveralls bug on homebrew
1 parent 63efa3c commit 31d3be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
- name: Generate coverage report
110110
run: coverage xml
111111
- name: Upload Coverage
112+
if: runner.os != 'macOS'
112113
uses: coverallsapp/github-action@v2
113114
with:
114115
parallel: true

0 commit comments

Comments
 (0)