Skip to content

Commit 1ecc66e

Browse files
committed
coveralls
1 parent 5a71fbb commit 1ecc66e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :test do
77
gem 'rspec-rails'
88
gem 'activeadmin', github: 'activeadmin' , ref: '54bede0558a99ab759f98f9b24e1b0144063a81e'
99

10-
10+
gem 'coveralls', require: false # Test coverage website. Go to https://coveralls.io
1111

1212
gem 'devise'
1313
gem 'sass-rails'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ with support of validations and bulk inserts
66

77
[![Build Status](http://img.shields.io/travis/Fivell/active_admin_import.svg)](https://travis-ci.org/Fivell/active_admin_import)
88
[![Dependency Status](http://img.shields.io/gemnasium/Fivell/active_admin_import.svg)](https://gemnasium.com/Fivell/active_admin_import)
9+
[![Coverage Status](http://img.shields.io/coveralls/Fivell/active_admin_import.svg)](https://coveralls.io/r/Fivell/active_admin_import)
910

1011
branch for AA 1.0.0 and Rails >= 4.1
1112

spec/spec_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
require 'coveralls'
2+
Coveralls.wear!
3+
14
$LOAD_PATH.unshift(File.dirname(__FILE__))
25
$LOAD_PATH << File.expand_path('../support', __FILE__)
36

0 commit comments

Comments
 (0)