mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Update SimpleCov; remove compatibility patch
Also, SimpleCov.start already called SimpleCov.pid = Process.pid So, no need for that
This commit is contained in:
@@ -19,7 +19,6 @@ ENV['FULL_BUILD'] ||= ENV['CI']
|
||||
# rubocop:enable Style/DoubleNegation
|
||||
|
||||
## CONFIGURE SIMPLECOV
|
||||
SimpleCov.pid = $$ # In case there's any forking
|
||||
|
||||
SimpleCov.profiles.define 'app' do
|
||||
coverage_dir 'coverage'
|
||||
|
||||
Reference in New Issue
Block a user