Skip to content

Commit

Permalink
ci(workflows): add test coverage output to ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 18, 2022
1 parent 352753b commit 9a3be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: yarn check:spelling
- id: test
name: Run tests
run: yarn test
run: yarn test:cov
env:
NODE_ENV: test
NODE_NO_WARNINGS: 1
Expand Down

0 comments on commit 9a3be29

Please sign in to comment.