From 05f0ebba3a2c8ddf39e436f412dc2ab5bf1353b2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 Jan 2023 19:00:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-8-stable-ee --- spec/simplecov_env.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/simplecov_env.rb') diff --git a/spec/simplecov_env.rb b/spec/simplecov_env.rb index 70bd01091ba..07a23021ef5 100644 --- a/spec/simplecov_env.rb +++ b/spec/simplecov_env.rb @@ -57,6 +57,7 @@ module SimpleCovEnv add_filter '/vendor/ruby/' add_filter '/bin/' add_filter 'db/fixtures/development/' # Matches EE files as well + add_filter %r|db/migrate/\d{14}_init_schema\.rb\z| add_group 'Channels', 'app/channels' # Matches EE files as well add_group 'Controllers', 'app/controllers' # Matches EE files as well -- cgit v1.2.3