Skip to content

Commit cc0722c

Browse files
committed
install lcov for coverage
1 parent 8538f5c commit cc0722c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
--with-secure-transport
2828
CFLAGS="-arch x86_64 -arch arm64"
2929
name: macos
30+
test: brew install lcov && COVERAGE=true
3031
- os: windows-latest
3132
arch: x86_64
3233
configure:
@@ -264,7 +265,7 @@ jobs:
264265
265266
- name: test sqlite-sync
266267
if: matrix.name == 'linux' || matrix.name == 'macos' || matrix.name == 'windows'
267-
run: make test COVERAGE=true
268+
run: ${{ matrix.test }} make test
268269
shell: bash
269270

270271
- uses: actions/[email protected]

0 commit comments

Comments
 (0)