Skip to content

Commit

Permalink
test: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Apr 16, 2019
1 parent 90ab47c commit 6c2ce3b
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: commitlint
script: npm run commitlint
- name: test
script: npm run test
script: jest --coverage --coverageReporters=text-lcov | coveralls
- name: build
script: npm run build
- stage: deploy
Expand Down
Loading

0 comments on commit 6c2ce3b

Please sign in to comment.