File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 66pids
77* .pid
88* .seed
9+ * .rdb
910
1011# Directory for instrumented libs generated by jscoverage/JSCover
1112lib-cov
Original file line number Diff line number Diff line change 55 - " 0.12"
66 - " 4"
77 - " 5"
8+ after_success :
9+ - CODECLIMATE_REPO_TOKEN=b57723fafcf0516f275d6b380cd506fd082ea88d86507eb82c8abd489b9b9a09 node ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info
Original file line number Diff line number Diff line change 11# Redis Commands
22
33[ ![ Build Status] ( https://travis-ci.org/NodeRedis/redis-commands.png?branch=master )] ( https://travis-ci.org/NodeRedis/redis-commands )
4+ [ ![ Code Climate] ( https://codeclimate.com/github/NodeRedis/redis-commands/badges/gpa.svg )] ( https://codeclimate.com/github/NodeRedis/redis-commands )
5+ [ ![ Test Coverage] ( https://codeclimate.com/github/NodeRedis/redis-commands/badges/coverage.svg )] ( https://codeclimate.com/github/NodeRedis/redis-commands/coverage )
46
57This module exports all the commands that Redis supports.
68
Original file line number Diff line number Diff line change 2424 "homepage" : " https://github.com/NodeRedis/redis-commonds" ,
2525 "devDependencies" : {
2626 "chai" : " ^3.4.0" ,
27+ "codeclimate-test-reporter" : " ^0.3.1" ,
2728 "ioredis" : " ^1.0.8" ,
2829 "json-stable-stringify" : " ^1.0.0" ,
2930 "mocha" : " ^2.2.1"
You can’t perform that action at this time.
0 commit comments