Skip to content

Commit

Permalink
Merge pull request #2133 from 3scale/bump-codecov
Browse files Browse the repository at this point in the history
Bump codecov to v0.2.6
  • Loading branch information
guicassolato committed Aug 20, 2020
2 parents 7cc4265 + c017ceb commit 9257946
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ gem 'record_tag_helper', '~> 1.0'
group :test do
# To remove once migrated all functional tests
gem 'rails-controller-testing'
gem 'codecov', '~> 0.1.10', :require => false
gem 'codecov', :require => false
gem 'rack-no_animations', '~> 1.0.3'
gem 'simplecov', '~> 0.10.0'

Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ GEM
ci_reporter (2.0.0)
builder (>= 2.1.2)
climate_control (0.2.0)
codecov (0.1.13)
codecov (0.2.6)
colorize
json
simplecov
url
codemirror-rails (5.16.0)
railties (>= 3.0, < 6.0)
coderay (1.1.2)
Expand Down Expand Up @@ -762,7 +762,6 @@ GEM
rack
unicorn
uniform_notifier (1.10.0)
url (0.3.2)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -827,7 +826,7 @@ DEPENDENCIES
childprocess
chronic
ci_reporter_shell!
codecov (~> 0.1.10)
codecov
codemirror-rails (~> 5.6)
coffee-rails (~> 4.2)
colorize
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.prod.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ GEM
ci_reporter (2.0.0)
builder (>= 2.1.2)
climate_control (0.2.0)
codecov (0.1.13)
codecov (0.2.6)
colorize
json
simplecov
url
codemirror-rails (5.16.0)
railties (>= 3.0, < 6.0)
coderay (1.1.2)
Expand Down Expand Up @@ -763,7 +763,6 @@ GEM
rack
unicorn
uniform_notifier (1.10.0)
url (0.3.2)
webmock (2.3.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down Expand Up @@ -828,7 +827,7 @@ DEPENDENCIES
childprocess
chronic
ci_reporter_shell!
codecov (~> 0.1.10)
codecov
codemirror-rails (~> 5.6)
coffee-rails (~> 4.2)
colorize
Expand Down

0 comments on commit 9257946

Please sign in to comment.