File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77script : npm test
88
99after_script :
10- - npm install -g codeclimate-test-reporter
11- - npm run coverage
12- - codeclimate < coverage/lcov.info
10+ - ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha
11+ - ./node_modules/.bin/codeclimate < coverage/lcov.info
Original file line number Diff line number Diff line change 2626 },
2727 "homepage" : " https://github.com/ahmadnassri/httpsnippet" ,
2828 "devDependencies" : {
29- "glob" : " ^5.0.1" ,
29+ "codeclimate-test-reporter" : " 0.0.4" ,
30+ "glob" : " ^5.0.2" ,
3031 "istanbul" : " ^0.3.7" ,
31- "mocha" : " ^2.1.0 " ,
32- "should" : " ^5.0.1 "
32+ "mocha" : " ^2.2.1 " ,
33+ "should" : " ^5.1.0 "
3334 },
3435 "dependencies" : {
3536 "async" : " ^0.9.0" ,
3637 "chalk" : " ^1.0.0" ,
37- "commander" : " ^2.6.0 " ,
38- "debug" : " ^2.1.1 " ,
38+ "commander" : " ^2.7.1 " ,
39+ "debug" : " ^2.1.2 " ,
3940 "event-stream" : " ^3.3.0" ,
4041 "form-data" : " ^0.2.0" ,
4142 "har-validator" : " ^1.1.2" ,
You can’t perform that action at this time.
0 commit comments