Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
dieb committed May 2, 2014
1 parent 6b37660 commit d738934
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ source "https://rubygems.org"
# development dependencies will be added by default to the :development group.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# To use debugger
# gem 'debugger'
gem 'coveralls', require: false
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ GEM
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
builder (3.2.2)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
docile (1.1.3)
erubis (2.7.0)
hike (1.2.3)
i18n (0.6.9)
Expand Down Expand Up @@ -65,6 +72,13 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.1)
rest-client (1.6.7)
mime-types (>= 1.16)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sprockets (2.12.1)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -75,9 +89,12 @@ GEM
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.9)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.3)
tilt (1.4.1)
tins (1.1.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -89,4 +106,5 @@ PLATFORMS

DEPENDENCIES
browserlog!
coveralls
sqlite3
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Browserlog

[//]: # [![Gem Version](https://img.shields.io/gem/v/browserlog.svg)][gem]
[![Build Status](https://img.shields.io/travis/dieb/browserlog.svg)][travis]
[![Dependency Status](https://img.shields.io/gemnasium/dieb/browserlog.svg)][gemnasium]
[![Code Climate](https://img.shields.io/codeclimate/github/dieb/browserlog.svg)][codeclimate]
[![Coverage Status](https://img.shields.io/coveralls/dieb/browserlog.svg)][coveralls]

[//]: # [gem]: https://rubygems.org/gems/rails_admin
[travis]: http://travis-ci.org/dieb/browserlog
[gemnasium]: https://gemnasium.com/dieb/browserlog
[codeclimate]: https://codeclimate.com/github/dieb/browserlog
Expand Down
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rails/test_help"

require 'coveralls'
Coveralls.wear!

Rails.backtrace_cleaner.remove_silencers!

# Load support files
Expand Down

0 comments on commit d738934

Please sign in to comment.