Skip to content

Commit

Permalink
fix: coveralls (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggy committed Dec 7, 2018
1 parent 366891e commit da93929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ npm-debug.log
*.out
node_modules/
out/
docker-test/
coverage/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest",
"test-dev": "jest common/",
"test-release": "jest release/",
"coveralls": "jest --coverage --coverageReporters=text-lcov common/ | coveralls",
"coveralls": "jest --coverage common/ && cat ./coverage/lcov.info | coveralls",
"lint": "standard"
},
"files": [
Expand Down

0 comments on commit da93929

Please sign in to comment.