Skip to content

Commit

Permalink
Use tester dist flag for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Apr 11, 2019
1 parent f79e34e commit 9eb3b70
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 @@ -8,7 +8,7 @@
],
"scripts": {
"coverage": "nyc npm run coverageTests && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
"coverageTests": "npm run build:dist && tape './tests/api/**/*.js' ./tests/tester.js -s",
"coverageTests": "npm run build:dist && tape './tests/api/**/*.js' ./tests/tester.js -s --dist",
"coveralls": "npm run coverage && if [ -n \"$COVERALLS_REPO_TOKEN\" ]; then coveralls <.nyc_output/lcov.info; fi",
"testVM": "node ./tests/tester -v",
"testStateByzantium": "npm run build:dist && node ./tests/tester -s --fork='Byzantium' --dist",
Expand Down

0 comments on commit 9eb3b70

Please sign in to comment.