Skip to content

Commit

Permalink
Test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViShell committed Jan 3, 2020
1 parent 2199f94 commit 3c085be
Show file tree
Hide file tree
Showing 3 changed files with 1,080 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ script:
- npm run lint
- npm run test
# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node node_modules/coveralls/bin/coveralls.js"
after_script: "nyc npm test && nyc report --reporter=text-lcov | coveralls"
Loading

0 comments on commit 3c085be

Please sign in to comment.