Skip to content

Commit

Permalink
Add coverage option
Browse files Browse the repository at this point in the history
  • Loading branch information
nohmad committed Feb 24, 2021
1 parent fc80377 commit 3df65ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn test --coverage
- name: Coverage Report
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 3df65ee

Please sign in to comment.