Skip to content

Commit

Permalink
Add codeclimate test reporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Feb 7, 2016
1 parent a99a520 commit 529fc75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ group :development do
gem 'guard-foodcritic'
gem 'rake'
gem 'stove'
gem 'travis'
end

group :doc do
gem 'yard'
end

gem 'codeclimate-test-reporter', group: :test, require: nil
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
consul-cookbook
===============
[![Join the chat at https://gitter.im/johnbellone/consul-cookbook](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/johnbellone/consul-cookbook?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
![Release](http://img.shields.io/github/release/johnbellone/consul-cookbook.svg)
[![Build Status](http://img.shields.io/travis/johnbellone/consul-cookbook.svg)](http://travis-ci.org/johnbellone/consul-cookbook)
[![Code Coverage](http://img.shields.io/codeclimate/github/johnbellone/consul-cookbook.svg)](https://codeclimate.com/github/johnbellone/consul-cookbook)
[![Build Status](https://img.shields.io/travis/johnbellone/consul-cookbook.svg)](https://travis-ci.org/johnbellone/consul-cookbook)
[![Code Quality](https://img.shields.io/codeclimate/github/johnbellone/consul-cookbook.svg)](https://codeclimate.com/github/johnbellone/consul-cookbook)
[![Cookbook Version](https://img.shields.io/cookbook/v/consul.svg)](https://supermarket.chef.io/cookbooks/consul)
[![License](https://img.shields.io/badge/license-Apache_2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

[Application cookbook][0] which installs and configures [Consul][1].

Expand Down
3 changes: 3 additions & 0 deletions test/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
require 'poise_boiler/spec_helper'
require_relative '../../libraries/helpers'
require_relative('support/chefspec_extensions/automatic_resource_matcher')

require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start

0 comments on commit 529fc75

Please sign in to comment.