Welcome to mirror list, hosted at ThFree Co, Russian Federation.

no_code_coverage_comment.yml « gitlab « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e97974a47383a1240ff2f3e7a435b7c9e20e5a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
Gitlab/NoCodeCoverageComment:
  Exclude:
    - 'app/models/integration.rb'
    - 'app/services/ci/job_artifacts/destroy_batch_service.rb'
    - 'app/workers/database/batched_background_migration/single_database_worker.rb'
    - 'ee/app/models/concerns/geo/replicable_model.rb'
    - 'ee/lib/gitlab/geo/replicator.rb'
    - 'lib/gitlab/auth/o_auth/session.rb'
    - 'lib/gitlab/cleanup/personal_access_tokens.rb'
    - 'lib/gitlab/cycle_analytics/summary/defaults.rb'
    - 'lib/gitlab/database/background_migration/health_status/signals.rb'
    - 'lib/gitlab/seeder.rb'
    - 'lib/gitlab/webpack/dev_server_middleware.rb'
    - 'lib/tasks/gems.rake'
    - 'lib/tasks/gitlab/db.rake'