Skip to content

Commit

Permalink
chore(ci): Upload coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Mar 30, 2023
1 parent e7ed832 commit ee6682e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
strategy:
matrix:
node-version: [16, 18, 19]
include:
- node-version: 18
coverage: true
runs-on: ubuntu-latest
steps:
- name: Start MySQL
Expand All @@ -27,3 +30,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload coverage
if: matrix.coverage
uses: coverallsapp/github-action@v2

0 comments on commit ee6682e

Please sign in to comment.