ci: enable simplecov

This commit is contained in:
Colin Darie 2024-04-22 15:02:35 +02:00
parent c52ff5cdeb
commit fa569c8bb4
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
5 changed files with 42 additions and 0 deletions

View file

@ -16,6 +16,10 @@
# users commonly want.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
#
#
require 'simplecov' # see config in .simplecov file
require 'rspec/retry'
SECURE_PASSWORD = 'my-s3cure-p4ssword'