Skip to content

Commit

Permalink
modifying coveralls script to read from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusKoronci committed Oct 15, 2017
1 parent 2c8c309 commit 73fd0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"lint:watch": "watch 'npm run lint' src",
"test": "jest",
"test:coverage": "jest --coverage",
"coveralls": "coveralls",
"coveralls": "cat ./src/coverage/lcov.info | node node_modules/.bin/coveralls",
"coverage": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
"build": "yarn lint -- --fix && yarn test -- --coverage && yarn coverage && tsc -d"
},
Expand Down

0 comments on commit 73fd0dc

Please sign in to comment.