Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Add the support of Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
GRoguelon committed Jul 6, 2014
1 parent d39b673 commit beea456
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-pro
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RickshawRails

[![Gem Version](https://badge.fury.io/rb/rickshaw-rails.svg)](http://badge.fury.io/rb/rickshaw-rails) [![Dependency Status](https://gemnasium.com/GRoguelon/rickshaw-rails.svg)](https://gemnasium.com/GRoguelon/rickshaw-rails) [![Build Status](https://travis-ci.org/GRoguelon/rickshaw-rails.svg?branch=master)](https://travis-ci.org/GRoguelon/rickshaw-rails)
[![Gem Version](https://badge.fury.io/rb/rickshaw-rails.svg)](http://badge.fury.io/rb/rickshaw-rails) [![Dependency Status](https://gemnasium.com/GRoguelon/rickshaw-rails.svg)](https://gemnasium.com/GRoguelon/rickshaw-rails) [![Build Status](https://travis-ci.org/GRoguelon/rickshaw-rails.svg?branch=master)](https://travis-ci.org/GRoguelon/rickshaw-rails) [![Coverage Status](https://coveralls.io/repos/GRoguelon/rickshaw-rails/badge.png)](https://coveralls.io/r/GRoguelon/rickshaw-rails)

This gem packages the [Rickshaw](http://code.shutterstock.com/rickshaw/)
Javascript graphing library for easy use with the Rails 3.1+ asset pipleline.
Expand Down
1 change: 1 addition & 0 deletions rickshaw-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|

s.add_dependency 'rails', '>= 3.1.0'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'minitest', '~> 5.3.5'
s.add_development_dependency 'rake'
s.add_development_dependency 'sqlite3'
Expand Down
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# encoding: utf-8

require 'coveralls'
Coveralls.wear!

# Configure Rails Environment
ENV['RAILS_ENV'] = 'test'

Expand Down

0 comments on commit beea456

Please sign in to comment.