community-plugins icon indicating copy to clipboard operation
community-plugins copied to clipboard

🚀 CodeCoverage: Support multiple reports per entity

Open Xantier opened this issue 1 year ago • 0 comments

Plugin Name

code-coverage

🔖 Feature description

It would be useful to modify the code coverage plugin to be able to support multiple code cov reports per entity.

🎤 Context

There might be cases where code coverage is wanted to be displayed from multiple systems or cases where the report comes from multiple different sources.

✌️ Possible Implementation

This could be implemented by exposing the underlying reports as card that take in individual props to retrieve the correct information and modifying the Content component to render multiple of these cards based on if the current annotation has a comma separated list of values or only a single one.

👀 Have you spent some time to check if this feature request has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Are you willing to submit PR?

None

Xantier avatar Sep 16 '24 08:09 Xantier