Skip to content

#368 add option to wrap the markdown table in a collapsible section #369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alxmrtn
Copy link

@alxmrtn alxmrtn commented Jul 8, 2025

For issue: #368

  • Add collapsible input to action with a default value of false
  • Add collapsible as a boolean command line option with a default value of false
  • Modify GenerateMarkdownOutput to accept a bool collapsible parameter
  • Modify GenerateMarkdownOutput to wrap the table in a <details> tag with a <summary> tag that reads "Expand for details" if collapsible is true
  • Pass o.Collapsible to GenerateMarkdownOutput
  • Update README.md

@github-actions github-actions bot added Action An issue related to the action definition. Options An issue related to the Action's parameters. Parsing An issue reletad to parsing the coverage xml. Summary An issue related to creating the code coverage summary. labels Jul 8, 2025
@alxmrtn
Copy link
Author

alxmrtn commented Jul 9, 2025

@irongut is this repo dead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action An issue related to the action definition. Options An issue related to the Action's parameters. Parsing An issue reletad to parsing the coverage xml. Summary An issue related to creating the code coverage summary.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants