Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit c3bbbae

Browse files
committed
Show test coverage in CI
1 parent dc868e7 commit c3bbbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- npm ci
77
script:
88
- npm run build
9-
- npm run test
9+
- npx jest --coverage
1010
# List the published package’s content.
1111
- npm pack --loglevel notice 2>&1 >/dev/null | sed -e 's/^npm notice //' && rm *.tgz
1212
notifications:

0 commit comments

Comments
 (0)