1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00

Add simplecov (#760)

This commit is contained in:
Zach Gollwitzer 2024-05-17 18:12:31 -04:00 committed by GitHub
parent ac46c0c5a9
commit 22e6919eb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 0 deletions

View file

@ -71,4 +71,5 @@ group :test do
gem "vcr"
gem "webmock"
gem "climate_control"
gem "simplecov", require: false
end