jest-github-action
jest-github-action copied to clipboard
Config to comment coverage results in a <details> tag
Hi @mattallty 👋
Great GitHub Action, thanks! What do you think about creating a config flag to enable coverage reporting as a comment using the example below. In this way the overall comment can be collapsed and doesn't overflow the screen if one has a lot of files. (similar to how https://github.com/ziishaned/jest-reporter-action works)
Test coverage detailed results
... detailed results
Found a solution to generate collapsed report at this action Jest Coverage Comment