Skip to content

Commit

Permalink
add coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 4, 2019
1 parent 69c95e6 commit d63d5b1
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 1,816 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -14,3 +14,12 @@ branches:
- master
- dev
- /^v\d+\.\d+\.\d+.*$/

jobs:
include:
- stage: "Coverall"
node_js: 10
os: linux
script:
- npm run test:cov
after_success: skip

0 comments on commit d63d5b1

Please sign in to comment.