This action comments a pull request with the jest code coverage
Required Github token.
Optional A custom command to run the tests. (defaults to npx jest
if not specified)
uses: ziishaned/jest-reporter-action@v0.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-command: "yarn jest --coverage"