From c588a50c94b1ac042f4e666490fb6b31281542e4 Mon Sep 17 00:00:00 2001 From: Nathan Gaberel Date: Thu, 23 Mar 2017 09:51:39 +0000 Subject: [PATCH 1/3] Add Bithound config. --- .bithoundrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bithoundrc diff --git a/.bithoundrc b/.bithoundrc new file mode 100644 index 00000000..42e1a038 --- /dev/null +++ b/.bithoundrc @@ -0,0 +1,5 @@ +{ + "ignore": [ + "example/**" + ] +} From bf35fc0142577130b581d565dc98a789c2f36375 Mon Sep 17 00:00:00 2001 From: Nathan Gaberel Date: Thu, 23 Mar 2017 09:56:33 +0000 Subject: [PATCH 2/3] Add test config. --- .bithoundrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bithoundrc b/.bithoundrc index 42e1a038..9aa2a81a 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,5 +1,8 @@ { "ignore": [ "example/**" + ], + "test": [ + "**/*.test.js" ] } From 22b126003ff337490cabaedfadd4e2cc98417dc6 Mon Sep 17 00:00:00 2001 From: Nathan Gaberel Date: Thu, 23 Mar 2017 10:01:53 +0000 Subject: [PATCH 3/3] Add bithound badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67b8cf14..a610fc32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # redux-saga-firebase -[![CircleCI](https://circleci.com/gh/n6g7/redux-saga-firebase.svg?style=svg)](https://circleci.com/gh/n6g7/redux-saga-firebase) [![npm version](https://badge.fury.io/js/redux-saga-firebase.svg)](https://badge.fury.io/js/redux-saga-firebase) [![Coverage Status](https://coveralls.io/repos/github/n6g7/redux-saga-firebase/badge.svg?branch=master)](https://coveralls.io/github/n6g7/redux-saga-firebase?branch=master) +[![CircleCI](https://circleci.com/gh/n6g7/redux-saga-firebase.svg?style=svg)](https://circleci.com/gh/n6g7/redux-saga-firebase) [![npm version](https://badge.fury.io/js/redux-saga-firebase.svg)](https://badge.fury.io/js/redux-saga-firebase) [![Coverage Status](https://coveralls.io/repos/github/n6g7/redux-saga-firebase/badge.svg?branch=master)](https://coveralls.io/github/n6g7/redux-saga-firebase?branch=master) [![bitHound Overall Score](https://www.bithound.io/github/n6g7/redux-saga-firebase/badges/score.svg)](https://www.bithound.io/github/n6g7/redux-saga-firebase) A [redux-saga](https://github.com/redux-saga/redux-saga/) integration for [firebase](https://firebase.google.com/).