Skip to content

Commit 2ba8a08

Browse files
author
Ruben Bridgewater
committed
Add climate and coverage badges
1 parent 9335cc9 commit 2ba8a08

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ node_js:
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
This module exports all the commands that Redis supports.
68

dump.rdb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REDIS0006�ܳC�Z��V

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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"

0 commit comments

Comments
 (0)