community-plugins
community-plugins copied to clipboard
🚀 CodeCoverage: Support multiple reports per entity
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?
- [X] I have read the Code of Conduct
Are you willing to submit PR?
None