feedback icon indicating copy to clipboard operation
feedback copied to clipboard

component: status badges

Open hugelgupf opened this issue 1 year ago • 7 comments

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 avatar Mar 01 '24 23:03 hugelgupf

@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.

rohan-at-sentry avatar Apr 03 '24 15:04 rohan-at-sentry

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 avatar Apr 30 '24 16:04 thomasrockhu-codecov

@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.

drazisil-codecov avatar May 06 '24 13:05 drazisil-codecov

Linking this to a duplicate Discussion with some upvotes: https://github.com/codecov/feedback/discussions/106

NWilson avatar Dec 13 '24 14:12 NWilson

Watching this. I have a use case for which this would be very helpful.

scouten avatar Jan 05 '25 19:01 scouten

@scouten just so we know, can you tell us a little about your use case?

thomasrockhu-codecov avatar Jan 09 '25 20:01 thomasrockhu-codecov

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.

Jomik avatar Mar 09 '25 18:03 Jomik