File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
4+ coverage *
Original file line number Diff line number Diff line change 77script : npm test
88
99after_script :
10+ - npm install -g codeclimate-test-reporter
1011 - npm run coverage
11- - npm run codeclimate
12+ - codeclimate < coverage/lcov.info
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "test" : " standard && mocha --reporter spec" ,
12- "coverage" : " mocha -r blanket -R mocha-lcov-reporter > test/lcov.info" ,
13- "html-cov" : " mocha -r blanket -R html-cov > test/coverage.html" ,
14- "codeclimate" : " codeclimate < test/lcov.info"
15- },
16- "config" : {
17- "blanket" : {
18- "pattern" : " src"
19- }
12+ "coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha"
2013 },
2114 "standard" : {
2215 "ignore" : [
3326 },
3427 "homepage" : " https://github.com/ahmadnassri/httpsnippet" ,
3528 "devDependencies" : {
36- "blanket" : " ^1.1.6" ,
37- "codeclimate-test-reporter" : " 0.0.4" ,
3829 "glob" : " ^5.0.1" ,
30+ "istanbul" : " ^0.3.7" ,
3931 "mocha" : " ^2.1.0" ,
40- "mocha-lcov-reporter" : " 0.0.2" ,
4132 "should" : " ^5.0.1"
4233 },
4334 "dependencies" : {
You can’t perform that action at this time.
0 commit comments