Skip to content

Commit

Permalink
feat(coveralls): Added coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco García Tormo committed Feb 19, 2020
1 parent 1fcc986 commit e2914eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,4 +2,4 @@ node_modules
package-lock.json
.DS_Store
coverage
package-lock.json
.coveralls.yml
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"plugin"
],
"script": {
"test": "mocha test/*test.js"
"test": "mocha test/*test.js",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit e2914eb

Please sign in to comment.