Skip to content

Commit e1c62f0

Browse files
committed
Print coverage summary to terminal
1 parent 3e2724c commit e1c62f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run tests
3434
run: |
3535
npm run coverage
36-
npx nyc report --reporter=lcovonly
36+
npx nyc report --reporter=lcovonly --reporter text
3737
- name: Coveralls Parallel
3838
uses: coverallsapp/github-action@master
3939
with:

0 commit comments

Comments
 (0)