From 1fe5e1de6f11932a225796c6c47471cfdeb99c84 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Fri, 1 May 2020 10:05:30 +0200 Subject: [PATCH] Use different branch for codecov to better support GitHub Actions --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index fb90b52c..2c428619 100644 --- a/Gemfile +++ b/Gemfile @@ -98,7 +98,7 @@ group :development, :test do gem 'poltergeist' gem 'simplecov', require: false gem 'simplecov-json', require: false - gem 'codecov', require: false + gem 'codecov', require: false, git: "https://github.com/timoschilling/codecov-ruby", ref: "add-github-action-support" # watch this space: https://github.com/codecov/codecov-ruby/pull/52 gem 'database_cleaner' gem 'better_errors' gem 'letter_opener' # Use this just in local test environments diff --git a/Gemfile.lock b/Gemfile.lock index e6d75ba7..86eb7a73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,6 +16,16 @@ GIT specs: questiongenerator (0.1.0) +GIT + remote: https://github.com/timoschilling/codecov-ruby + revision: d98380b89acfe4c014aafc50c5ec0b075c32ef7a + ref: add-github-action-support + specs: + codecov (0.1.16) + json + simplecov + url + GEM remote: https://rubygems.org/ remote: https://rails-assets.org/ @@ -100,10 +110,6 @@ GEM xpath (~> 3.2) climate_control (0.2.0) cliver (0.3.2) - codecov (0.1.16) - json - simplecov - url coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -521,7 +527,7 @@ DEPENDENCIES brakeman byebug capybara - codecov + codecov! coffee-rails (~> 4.1) colorize database_cleaner