feedback
feedback copied to clipboard
component: status badges
What product do you want to improve? status badge
Is your feature request related to a problem? Please describe. My project accepts code for which we do not guarantee tests or coverage. However it drags down the coverage number for the full project.
Describe the solution you'd like I'd like to be able to display a status badge for a specific component.
@hugelgupf - This sounds similar to https://github.com/codecov/feedback/discussions/317
This isn't something that exists as a feature today and so I'm looking to gauge impact and prioritize appropriately.
Closing for now as it relates to https://github.com/codecov/feedback/discussions/317. Let me know if that's not the same issue.
@thomasrockhu-codecov #317 is for changing text. I do not believe we have component badges, only flag badges. I would consider this a separate feature ask.
Linking this to a duplicate Discussion with some upvotes: https://github.com/codecov/feedback/discussions/106
Watching this. I have a use case for which this would be very helpful.
@scouten just so we know, can you tell us a little about your use case?
Watching this as well - free user on an open source project. I write a plugin for 3d printers. It'd be great to make it visible for consumers that the plugin core code is tested with x% whereas printer_y is y% and printer_z is z%. In my concrete example there's only two actual environments that I need to support, but would be nice to have it split.
Currently I am thinking to just ignore the printer integration tests and only show the tests for my core code, as there will be way fewer tests for the printer environments.