Skip to content

Commit

Permalink
fix coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Feb 3, 2018
1 parent c86ad2e commit 00469dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test-integration": "NODE_ENV=test mocha --bail --require ts-node/register './tests/integration/**/*.spec.ts'",
"test-unit": "NODE_ENV=test mocha --bail --require ts-node/register './tests/unit/**/*.spec.ts'",
"transpile": "shx rm -rf dist; tsc",
"test-unit-cover": "nyc -e '.ts' -r lcov npm run test-unit && cat ./coverage/lcov.info | coveralls"
"test-unit-cover": "nyc -e '.ts' -x 'tests/**' -r lcov npm run test-unit && cat ./coverage/lcov.info | coveralls"
},
"author": "Rise Team, Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>, Shift Team",
"license": "GPL-3.0",
Expand Down

0 comments on commit 00469dd

Please sign in to comment.