jest-coverage-comment
jest-coverage-comment copied to clipboard
Comments a pull request or commit with the jest code coverage badge, full report and tests summary
The report will now include information about the relative change in coverage when the previous coverage value is passed along with the file input. For example, if the coverage info...
In my project i like to use a custom github-token proving a diferente user for the actions[bot], by doing so the createComment function is allways creatinh a new one instead...
I need to add/update a comment with code coverage when I do push to a branch. But it is possible only for `pull_request` and `pull_request_target` events. I have checked your...
Hi, thanks for this awesome gh-action. A feature which I am missing however is actually showing which tests failed. It would be great to optionally generate a table where the...
Hi, hope you're doing well! I'm using your action and it works perfectly. But I have around 10k unit tests so I just want to run some of them that...
Is there any particular reason to show only line coverage as a badge? Also, in this [PR](https://github.com/MishaKav/jest-coverage-comment/pull/40) for relative coverage, why are we displaying the change in line coverage only...
Creates the `comment-author` property, that is the user login responsible for commenting in the coverage. This enables the update comment validation to work with different tokens besides the github actions...
Add support for optional `issue-number` input in GitHub Action - Updated `action.yml` to include an optional `issue-number` input with a clear and concise description. - Modified `src/index.ts` to retrieve the...
I have a monorepo with a one NestJS server project using Jest for tests, and the others are front-end Angular apps using Jasmine/Karma for testing. My Jest tests work perfectly,...
It would be helpful to be able to specify the issue to comment on, as I would like to use this action in a workflow triggered by `issue_comment`.