File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ group :development, :test do
17
17
gem 'terminal-notifier-guard' , require : false
18
18
gem 'simplecov' , require : false
19
19
gem 'rubocop' , require : false unless RUBY_VERSION =~ /^1.8/
20
- # gem 'coveralls'
20
+ gem 'coveralls'
21
21
gem 'codeclimate-test-reporter'
22
22
23
23
platforms :mri do
Original file line number Diff line number Diff line change 3
3
{<img src="https://badge.fury.io/rb/annotate.svg" alt="Gem Version" />}[http://badge.fury.io/rb/annotate]
4
4
{<img src="https://img.shields.io/gem/dt/annotate.svg?style=flat" />}[https://rubygems.org/gems/annotate]
5
5
{<img src="https://travis-ci.org/ctran/annotate_models.png" />}[https://travis-ci.org/ctran/annotate_models]
6
+ {<img src="https://coveralls.io/repos/ctran/annotate_models/badge.svg?branch=develop" />}[https://coveralls.io/r/ctran/annotate_models?branch=develop]
6
7
{<img src="https://codeclimate.com/github/ctran/annotate_models/badges/gpa.svg" />}[https://codeclimate.com/github/ctran/annotate_models]
7
8
{<img src="https://gemnasium.com/ctran/annotate_models.png" />}[https://gemnasium.com/ctran/annotate_models]
8
9
Original file line number Diff line number Diff line change 1
1
require File . dirname ( __FILE__ ) + '/spec_helper.rb'
2
2
3
3
describe Annotate do
4
-
5
4
it "should have a version" do
6
5
expect ( Annotate . version ) . to be_instance_of ( String )
7
6
end
8
-
9
7
end
Original file line number Diff line number Diff line change 1
- # require 'coveralls'
1
+ require 'coveralls'
2
2
require 'codeclimate-test-reporter'
3
3
require 'simplecov'
4
4
5
5
SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter [
6
- # Coveralls::SimpleCov::Formatter,
6
+ Coveralls ::SimpleCov ::Formatter ,
7
7
SimpleCov ::Formatter ::HTMLFormatter ,
8
8
CodeClimate ::TestReporter ::Formatter
9
9
]
You can’t perform that action at this time.
0 commit comments