Skip to content

Test coverage Visualization artifact size limit

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Release notes

Customers utilizing Test Coverage visualization with a large code base, have a problem utilizing this feature due to the large file generated.

Problem to solve

Users with large code base, and large code testing should be able to use this feature and not limited by file limit.

Intended users

User experience goal

The user should be able to implement Test Coverage visualization and visualize the code coverage on their MR diff view

Proposal

Found a hard coded limit on the pipeline_artifact model. This value is set to 10MB. Current client is having issues due to their large code base, and generating file over 30MB. ZD 202429

Further details

Permissions and Security

Documentation

Availability & Testing

Available Tier

What does success look like, and how can we measure that?

Being able to parse code coverage artifacts larger than 10MB, possible as large as 50-100MB.

What is the type of buyer?

Is this a cross-stage feature?

Links / references

Workaround

Split your Cobertura XML file into many smaller files. See customer-provided script in this comment.

Edited by 🤖 GitLab Bot 🤖