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 '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
|
||||
|
|
16
Gemfile.lock
16
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
|
||||
|
|
Loading…
Reference in New Issue