Merge remote-tracking branch 'upstream/master' into coverage-improvements

This commit is contained in:
Jake Webster
2026-01-30 14:45:48 +10:00
4 changed files with 15 additions and 16 deletions

View File

@@ -3,7 +3,6 @@
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
# Coverage must start before loading application code.
require 'simplecov'
SimpleCov.start do
@@ -388,4 +387,4 @@ module SpecActiveRecordConnection
ActiveRecord::Migrator.new(:up, context.migrations, context.schema_migration, context.internal_metadata).migrate
end
end
end
end