Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugIN73 committed Jan 14, 2013
1 parent c41bbf4 commit 6ffa2f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
repo_secret_token: oybJW5C1ZdCRqiC1Ivn4mDjOqNdYipXts
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,3 +2,4 @@ source "http://rubygems.org"

# Specify your gem's dependencies in configus.gemspec
gemspec
gem 'coveralls', require: false
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,6 +5,7 @@
Configus helps you easily manage environment specific settings

[![Build Status](https://secure.travis-ci.org/kaize/configus.png)](http://travis-ci.org/kaize/configus)
[![Coverage Status](https://coveralls.io/repos/kaize/configus/badge.png?branch=master)](https://coveralls.io/r/kaize/configus/)

## Installing

Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,5 @@
require 'configus'
require 'bundler/setup'

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

0 comments on commit 6ffa2f2

Please sign in to comment.