We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbbd35 commit 64b261fCopy full SHA for 64b261f
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"coverage": "nyc npm run coverageTests && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
11
"coverageTests": "tape ./tests/api/*.js ./tests/tester.js -s",
12
- "coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
+ "coveralls": "npm run coverage && if [ -n \"$COVERALLS_REPO_TOKEN\" ]; then coveralls <.nyc_output/lcov.info; fi",
13
"testVM": "node ./tests/tester -v",
14
"testStateByzantium": "npm run build:dist && node ./tests/tester -s --fork='Byzantium' --dist",
15
"testStateConstantinople": "npm run build:dist && node ./tests/tester -s --fork='Constantinople' --dist",
0 commit comments