Skip to content

Commit f797b11

Browse files
committed
uninstall codecov
1 parent 5b82e82 commit f797b11

File tree

6 files changed

+0
-17
lines changed

6 files changed

+0
-17
lines changed

Gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11-
codecov (0.2.12)
12-
json
13-
simplecov
1411
coderay (1.1.3)
1512
docile (1.4.0)
1613
json (2.6.3)
@@ -84,7 +81,6 @@ PLATFORMS
8481
ruby
8582

8683
DEPENDENCIES
87-
codecov
8884
minitest
8985
minitest-rg
9086
mocha

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Resque::Disable::Job
22

33
[![Build Status](https://travis-ci.org/zendesk/resque-disable-job.svg?branch=master)](https://travis-ci.org/zendesk/resque-disable-job)
4-
[![codecov](https://codecov.io/gh/zendesk/resque-disable-job/branch/master/graph/badge.svg)](https://codecov.io/gh/zendesk/resque-disable-job)
54

65

76
This is a Resque plugin that allows us to disable jobs from being processed, by using the job class name and arguments.

gemfiles/common.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
gemspec path: '../'
66

7-
gem 'codecov'
87
gem 'minitest'
98
gem 'minitest-rg'
109
gem 'mocha'

gemfiles/resque_1.gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11-
codecov (0.2.12)
12-
json
13-
simplecov
1411
coderay (1.1.3)
1512
docile (1.4.0)
1613
json (2.6.3)
@@ -84,7 +81,6 @@ PLATFORMS
8481
ruby
8582

8683
DEPENDENCIES
87-
codecov
8884
minitest
8985
minitest-rg
9086
mocha

gemfiles/resque_2.gemfile.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11-
codecov (0.2.12)
12-
json
13-
simplecov
1411
coderay (1.1.3)
1512
connection_pool (2.4.1)
1613
docile (1.4.0)
@@ -85,7 +82,6 @@ PLATFORMS
8582
ruby
8683

8784
DEPENDENCIES
88-
codecov
8985
minitest
9086
minitest-rg
9187
mocha

spec/spec_helper.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
add_filter '/spec/'
66
end
77

8-
require 'codecov'
9-
SimpleCov.formatter = SimpleCov::Formatter::Codecov
10-
118
require 'bundler/setup'
129
require 'resque'
1310
require 'resque-disable-job'

0 commit comments

Comments
 (0)