Use different branch for codecov to better support GitHub Actions
This commit is contained in:
parent
5bb94927a2
commit
1fe5e1de6f
2
Gemfile
2
Gemfile
|
@ -98,7 +98,7 @@ group :development, :test do
|
||||||
gem 'poltergeist'
|
gem 'poltergeist'
|
||||||
gem 'simplecov', require: false
|
gem 'simplecov', require: false
|
||||||
gem 'simplecov-json', 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 'database_cleaner'
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'letter_opener' # Use this just in local test environments
|
gem 'letter_opener' # Use this just in local test environments
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -16,6 +16,16 @@ GIT
|
||||||
specs:
|
specs:
|
||||||
questiongenerator (0.1.0)
|
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
remote: https://rails-assets.org/
|
||||||
|
@ -100,10 +110,6 @@ GEM
|
||||||
xpath (~> 3.2)
|
xpath (~> 3.2)
|
||||||
climate_control (0.2.0)
|
climate_control (0.2.0)
|
||||||
cliver (0.3.2)
|
cliver (0.3.2)
|
||||||
codecov (0.1.16)
|
|
||||||
json
|
|
||||||
simplecov
|
|
||||||
url
|
|
||||||
coderay (1.1.2)
|
coderay (1.1.2)
|
||||||
coffee-rails (4.2.2)
|
coffee-rails (4.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
|
@ -521,7 +527,7 @@ DEPENDENCIES
|
||||||
brakeman
|
brakeman
|
||||||
byebug
|
byebug
|
||||||
capybara
|
capybara
|
||||||
codecov
|
codecov!
|
||||||
coffee-rails (~> 4.1)
|
coffee-rails (~> 4.1)
|
||||||
colorize
|
colorize
|
||||||
database_cleaner
|
database_cleaner
|
||||||
|
|
Loading…
Reference in New Issue