You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Code Coverage Report
v0.2.11
This action comments a pull request with the jest code coverage.
Required Github token.
Optional The location of the lcov file to parse. Defaults to
./coverage/lcov.info
uses: romeovs/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage/lcov.info