Skip to content

Commit

Permalink
Remove CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Feb 25, 2023
1 parent f03082e commit a69bc6a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gemspec path: 'adsf'
gemspec path: 'adsf-live'

group :development do
gem 'codecov', require: false
gem 'faye-websocket'
gem 'm'
gem 'minitest'
Expand All @@ -15,5 +14,6 @@ group :development do
gem 'rubocop', '~> 1.7'
gem 'rubocop-minitest', '~> 0.10.2'
gem 'rubocop-rake', '~> 0.5.1'
gem 'simplecov', '~> 0.21.2'
gem 'webrick', '~> 1.7'
end
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[![Gem downloads](https://img.shields.io/gem/dt/adsf.svg)](http://rubygems.org/gems/adsf)
[![Build status](https://img.shields.io/travis/ddfreyne/adsf.svg)](https://travis-ci.org/ddfreyne/adsf)
[![Code Climate](https://img.shields.io/codeclimate/github/ddfreyne/adsf.svg)](https://codeclimate.com/github/ddfreyne/adsf)
[![Code Coverage](https://img.shields.io/codecov/c/github/ddfreyne/adsf.svg)](https://codecov.io/gh/ddfreyne/adsf)

adsf
====
Expand Down
8 changes: 0 additions & 8 deletions adsf-live/test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

require 'simplecov'
SimpleCov.start

require 'codecov'
SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new(
[
SimpleCov::Formatter::HTMLFormatter,
SimpleCov::Formatter::Codecov,
],
)
SimpleCov.command_name 'test:adsf-live'

require 'faye/websocket'
Expand Down
8 changes: 0 additions & 8 deletions adsf/test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

require 'simplecov'
SimpleCov.start

require 'codecov'
SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new(
[
SimpleCov::Formatter::HTMLFormatter,
SimpleCov::Formatter::Codecov,
],
)
SimpleCov.command_name 'test:adsf'

require 'faye/websocket'
Expand Down

0 comments on commit a69bc6a

Please sign in to comment.