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 7d235ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload coverage
if: matrix.node-version == '18'
uses: coverallsapp/github-action@v2

0 comments on commit 7d235ad

Please sign in to comment.