Skip to content

Commit ee6682e

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version: [16, 18, 19]
16+
include:
17+
- node-version: 18
18+
coverage: true
1619
runs-on: ubuntu-latest
1720
steps:
1821
- name: Start MySQL
@@ -27,3 +30,6 @@ jobs:
2730
node-version: ${{ matrix.node-version }}
2831
- run: npm install
2932
- run: npm test
33+
- name: Upload coverage
34+
if: matrix.coverage
35+
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)