jest-github-action icon indicating copy to clipboard operation
jest-github-action copied to clipboard

Config to comment coverage results in a <details> tag

Open tobiasbueschel opened this issue 5 years ago • 1 comments

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

tobiasbueschel avatar Jan 12 '21 17:01 tobiasbueschel

Found a solution to generate collapsed report at this action Jest Coverage Comment

MishaKav avatar Sep 10 '22 19:09 MishaKav