Skip to content

Commit 7d235ad

Browse files
committed
chore(ci): Upload coverage to coveralls
1 parent e7ed832 commit 7d235ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install
2929
- run: npm test
30+
- name: Upload coverage
31+
if: matrix.node-version == '18'
32+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)