Add CodeCov for Ruby coverage reports (#23868)

This commit is contained in:
Nick Schonning 2023-11-14 11:53:38 -05:00 committed by GitHub
parent 35b9749b95
commit 36d7d1781f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

View file

@ -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'