Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #357401
Closed
Open
Issue created Mar 31, 2022 by Max Orefice@morefice2️⃣Developer3 of 3 checklist items completed3/3 checklist items

Drop project#build_coverage_regex column

Problem

Following up #17633 (closed) where we deprecated our project setting for CI coverage detection.

This issue is about cleaning up our codebase as explained in our documentation.

Solution

  • Make the column not accessible anymore: ignore_columns :build_coverage_regex, remove_after: '2022-07-22', remove_with: '15.0' in project.rb
  • Stop exposing build_coverage_regex in lib/api/entities/project.rb
  • Write a migration to remove the build_coverage_regex column

cc @jreporter @shampton

Edited Aug 22, 2022 by Max Orefice
Assignee
Assign to
Time tracking