File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ npm test
3434To check the code coverage is still great:
3535```
3636npm run coverage
37- google-chrome ./coverage.html
37+ google-chrome ./coverage/lcov-report/index .html
3838```
3939
4040To see code complexity statistics:
Original file line number Diff line number Diff line change 5757 "scripts" : {
5858 "test" : " node ./node_modules/mocha/bin/mocha --require use-strict -S -R spec ./test/*.js" ,
5959 "start" : " node example/server.js" ,
60- "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec" ,
60+ "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha -- -S - R spec" ,
6161 "complexity" : " node ./node_modules/plato/bin/plato -r -d complexity lib" ,
6262 "performance" : " node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha -S --reporter mocha-performance ./test/*.js" ,
6363 "lint" : " node ./node_modules/eslint/bin/eslint ./example ./lib ./test --quiet && echo '✔ All good!'" ,
You can’t perform that action at this time.
0 commit comments