File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22npm-debug.log
33node_modules
4+ test /lcov.info
5+ test /coverage.html
Original file line number Diff line number Diff line change 77script : npm test
88
99after_script :
10- - mkdir test/report
1110 - npm run coverage
1211 - npm run codeclimate
Original file line number Diff line number Diff line change 66 "bin" : " ./bin/httpsnippet" ,
77 "scripts" : {
88 "test" : " mocha --recursive --reporter spec" ,
9- "coverage" : " mocha -r blanket -R mocha-lcov-reporter > test/report/ lcov.info" ,
10- "html-cov" : " mocha -r blanket -R html-cov > test/report/ coverage.html" ,
11- "codeclimate" : " codeclimate < test/report/ lcov.info"
9+ "coverage" : " mocha -r blanket -R mocha-lcov-reporter > test/lcov.info" ,
10+ "html-cov" : " mocha -r blanket -R html-cov > test/coverage.html" ,
11+ "codeclimate" : " codeclimate < test/lcov.info"
1212 },
1313 "config" :{
1414 "blanket" : {
You can’t perform that action at this time.
0 commit comments