5monkeys / cobertura-action

GitHub Action to report cobertura coverage
MIT License
63 stars 68 forks source link

New input to hide coverage in collapsible <details> #82

Closed sergekukharev closed 2 days ago

sergekukharev commented 1 year ago

I added a new option, collapse_coverage, that will allow hiding long file lists in the <details> tag.

GitHub supports it as one of their HTML blocks:

I'm a spoiler! Hello, world.

This change should be BC-compatible. It addresses some problems others tried to address in #49 and #65.

sergekukharev commented 1 year ago

I wonder if someone is still maintaining this Action. If not, are there any alternatives?

felipetio commented 1 year ago

@sergekukharev tks this is exactly what we need! Hopefully, this will be merged soon.

W0nderMuffin commented 5 months ago

is this still up-to-date?

sergekukharev commented 2 days ago

Closing this PR due to inactivity of the maintainers