Add CodeCov for Ruby coverage reports (#23868)
This commit is contained in:
parent
35b9749b95
commit
36d7d1781f
4 changed files with 18 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -139,6 +139,7 @@ group :test do
|
|||
|
||||
# Coverage formatter for RSpec test if DISABLE_SIMPLECOV is false
|
||||
gem 'simplecov', '~> 0.22', require: false
|
||||
gem 'simplecov-lcov', '~> 0.8', require: false
|
||||
|
||||
# Stub web requests for specs
|
||||
gem 'webmock', '~> 3.18'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue