diff --git a/Gemfile b/Gemfile index cc7c7ab2..48787a78 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/README.md b/README.md index 84c38d1d..3899c355 100644 --- a/README.md +++ b/README.md @@ -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]. diff --git a/test/spec/spec_helper.rb b/test/spec/spec_helper.rb index bc0ac2cd..ae21bee1 100644 --- a/test/spec/spec_helper.rb +++ b/test/spec/spec_helper.rb @@ -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