Skip to content

Commit 4c85de1

Browse files
committed
Added coverage output in circle
1 parent 990d450 commit 4c85de1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- run:
3535
name: Test
3636
command: npm test
37+
- run:
38+
name: Show coverage output in Circle
39+
command: 'cat temp/coverage/coverage.txt'
3740
- run:
3841
name: Run coveralls
3942
command: 'cat temp/coverage/coverage.info'

0 commit comments

Comments
 (0)