Skip to content

ziishaned/jest-reporter-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •