Skip to content

Commit

Permalink
Add badge for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIDA Hiroki committed Aug 19, 2014
1 parent fa8ad64 commit 028c0ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ spec/dummy/tmp/
spec/dummy/.sass-cache
Gemfile.lock
gemfiles/*.lock
coverage/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

[![Build Status](https://secure.travis-ci.org/hyoshida/poteti.png)](http://travis-ci.org/hyoshida/poteti)
[![Code Climate](https://codeclimate.com/github/hyoshida/poteti.png)](https://codeclimate.com/github/hyoshida/poteti)
[![Coverage Status](https://coveralls.io/repos/hyoshida/poteti/badge.png)](https://coveralls.io/r/hyoshida/poteti)

This project rocks and uses MIT-LICENSE.
1 change: 1 addition & 0 deletions poteti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'factory_girl_rails'
s.add_development_dependency 'coveralls'
end
4 changes: 4 additions & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV['RAILS_ENV'] ||= 'test'

require 'coveralls'
Coveralls.wear!('rails')

require 'spec_helper'
require File.expand_path('../dummy/config/environment', __FILE__)
require 'rspec/rails'
Expand Down

0 comments on commit 028c0ee

Please sign in to comment.