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
  • #344533
You need to sign in or sign up before continuing.
Closed
Open
Issue created Nov 01, 2021 by James Heimbuck@jheimbuck_gl❗Developer

New `coverage_report` keyword

Problem to solve

cobertura.xml is a legacy format for testing reports. As users are leveraging other types of coverage reports we want to be able to support and extend different kinds of coverage report formats easily. This will improve the discoverability of coverage reports.

Proposal

We'll first create a new artifacts:reports keyword coverage_report

# B. using coverage_report, explicit format
artifacts:
  reports:
    coverage_report:
     ​coverage_format: cobertura
     path: ​coverage/cobertura-coverage.xml
Edited Feb 23, 2022 by Albert Salim
Assignee
Assign to
Time tracking