Skip to content

Commit

Permalink
switch to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rubysolo committed Dec 28, 2017
1 parent 4e05d7d commit c0bd3f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Dentaku
[![Build Status](https://travis-ci.org/rubysolo/dentaku.png?branch=master)](https://travis-ci.org/rubysolo/dentaku)
[![Code Climate](https://codeclimate.com/github/rubysolo/dentaku.png)](https://codeclimate.com/github/rubysolo/dentaku)
[![Hakiri](https://hakiri.io/github/rubysolo/dentaku/master.svg)](https://hakiri.io/github/rubysolo/dentaku)
[![Coverage Status](https://coveralls.io/repos/github/rubysolo/dentaku/badge.svg)](https://coveralls.io/github/rubysolo/dentaku)
[![Coverage](https://codecov.io/gh/rubysolo/dentaku/branch/master/graph/badge.svg)](https://codecov.io/gh/rubysolo/dentaku)


DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion dentaku.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "dentaku"

s.add_development_dependency('coveralls')
s.add_development_dependency('codecov')
s.add_development_dependency('pry')
s.add_development_dependency('pry-byebug')
s.add_development_dependency('pry-stack_explorer')
Expand Down
6 changes: 2 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
require 'pry'
require 'simplecov'
require 'coveralls'
require 'codecov'

SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
SimpleCov::Formatter::Codecov,
])

Coveralls.wear!

SimpleCov.minimum_coverage 90
SimpleCov.minimum_coverage_by_file 80

Expand Down

0 comments on commit c0bd3f7

Please sign in to comment.