jest-github-action
jest-github-action copied to clipboard
feat: hide details in coverage comment
The more files you test, the longer the coverage comment. In this case, it is difficult to scroll to the bottom of the pull request page.
The hide-details
option solves the above problem.
(edited): This PR seems to be related to #27, #28