File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ coverage
12node_modules
2- .DS_Store *
3- * .log
3+ npm-debug.log
Original file line number Diff line number Diff line change 88 - node_js : " 0.11"
99 fast_finish : true
1010script : " npm run-script test-travis"
11+ after_script : " test $TRAVIS_NODE_VERSION = '0.10' && npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
Original file line number Diff line number Diff line change 1111 ],
1212 "repository" : " jshttp/basic-auth" ,
1313 "devDependencies" : {
14+ "istanbul" : " 0.3.2" ,
1415 "mocha" : " 1"
1516 },
1617 "files" : [
2324 },
2425 "scripts" : {
2526 "test" : " mocha --check-leaks --reporter spec --bail" ,
26- "test-travis" : " mocha --check-leaks --reporter spec"
27+ "test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" ,
28+ "test-travis" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
2729 }
2830}
You can’t perform that action at this time.
0 commit comments