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,763
    • Issues 44,763
    • 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
  • #348980
Closed
Open
Issue created Dec 20, 2021 by Jackie Porter@jreporterDeveloper

Removal of artifacts:report:cobertura keyword

Problem to solve

In &6900, we specify the removal of the artifacts:report:cobertura keyword.

Proposal

Remove artifacts:report:cobertura keyword:

  • cobertura keyword: https://gitlab.com/gitlab-org/gitlab/blob/18cbbc260912e5a50f507659c53a08df7ac711f1/lib/gitlab/ci/config/entry/reports.rb#L48-L48
  • validation across cobertura and coverage_report: https://gitlab.com/gitlab-org/gitlab/blob/18cbbc260912e5a50f507659c53a08df7ac711f1/lib/gitlab/ci/config/entry/reports.rb#L55-L55.

Workaround after removal

If you are coming here to see that this feature has been removed and are wondering what the replacement keyword is, here is a new example:

artifacts:
  reports:
    coverage_report:
      coverage_format: cobertura
      path: coverage/cobertura-coverage.xml
Edited May 06, 2022 by Scott Hampton
Assignee
Assign to
Time tracking