Skip to content

Commit

Permalink
chore: add code coverage (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjylewis authored Mar 22, 2022
1 parent 158b0ee commit f1fe94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm test -- --coverage
- uses: codecov/codecov-action@v2

0 comments on commit f1fe94e

Please sign in to comment.