Skip to content

Commit

Permalink
fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
edudavid committed Dec 7, 2018
1 parent a63c25f commit d298d10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
"homepage": "https://github.com/edudavid/json-map-transform#readme",
"main": "index.js",
"scripts": {
"test": "jest",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"jest": "^23.6.0"
}

}

0 comments on commit d298d10

Please sign in to comment.