Add code coverage reports #5674
maxpatiiuk
started this conversation in
Feature Requests
Replies: 1 comment
-
|
There might be other tools for this, but I used https://github.com/marketplace/actions/jest-coverage-report in the past |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Modify the GitHub action that runs tests to generate a coverage report if the github action is run as part of a pull request.
Then, the generated coverage report should be attached to a pull request as a comment/table/webpage
Next step would be to add metrics for code coverage and have a blocker for when code falls below a certain test coverage percentage.
Beta Was this translation helpful? Give feedback.
All reactions