leonardowf / jest-reporter-action

Comments a pull request with the jest code coverage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest reporter action

This action comments a pull request with the jest code coverage

jest-reporter-action

Inputs

github-token

Required Github token.

test-command

Optional A custom command to run the tests. (defaults to npx jest if not specified)

Example usage

uses: ziishaned/jest-reporter-action@v0.0.1
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}
  test-command: "yarn jest --coverage"

About

Comments a pull request with the jest code coverage


Languages

Language:JavaScript 100.0%