Skip to content

Commit 22253ee

Browse files
chore: install lcov in CI
1 parent 2071126 commit 22253ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
28+
- name: Setup LCOV
29+
uses: hrishikesh-kadam/setup-lcov@v1
2830

2931
- name: Enable Yarn
3032
run: corepack enable

0 commit comments

Comments
 (0)