Skip to content

Commit

Permalink
chore(codecov): check for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Jul 9, 2022
1 parent 8141ebd commit 9dd71b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm test
- run: npm run coverage

- run: npm run report
- uses: codecov/codecov-action@v2

0 comments on commit 9dd71b6

Please sign in to comment.