Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

yieldstreet/jest-github-action

Repository files navigation

Jest Github Action

  • Comment your pull requests with code coverage table (if tests succeeded)

Coverage example

Coverage

How to contribute

Create a branch off from master

Install the modules using npm

Do your changes on src/action.ts

When you are done, run npm run prepack and then npm run pack

Commit your changes and push them

Create a PR on any FE project to test your changes, and remember to edit the workflow file in the FE repo(coverage.yml) so the PR will run the action based on your branch:

Instead of uses: yieldstreet/jest-github-action@master update it to yieldstreet/jest-github-action@MY_BRANCH_HERE

When you finish testing your features, feel free to open a PR to master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published