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 5
5
- " 0.12"
6
6
- " 4"
7
7
- " 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 1
1
# Redis Commands
2
2
3
3
[ ![ 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 )
4
6
5
7
This module exports all the commands that Redis supports.
6
8
Original file line number Diff line number Diff line change
1
+ REDIS0006�ܳC�Z��V
Original file line number Diff line number Diff line change 24
24
"homepage" : " https://github.com/NodeRedis/redis-commonds" ,
25
25
"devDependencies" : {
26
26
"chai" : " ^3.4.0" ,
27
+ "codeclimate-test-reporter" : " ^0.3.1" ,
27
28
"ioredis" : " ^1.0.8" ,
28
29
"json-stable-stringify" : " ^1.0.0" ,
29
30
"mocha" : " ^2.2.1"
You can’t perform that action at this time.
0 commit comments