You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for making this action available! One suggestion I have is to include full coverage report for new / modified files.
Typically, to approve a PR I would like to see the full coverage report on new / modified files (w/out checking out the branch and running the build to generate the full code coverage report locally):
Would be nice to have this feature.
The text was updated successfully, but these errors were encountered:
It's not possible to add the full jacoco report to the PR comment. That would be really long. May be, we can expose this report in the Github workflow run.
Let me see if we can do that!
I took a look at this, and this doesn't seem to be feasible. The easiest option would be to just add another step in your workflow to upload the Coverage html package. Trying to implement what jacoco does is a huge venture.
We are working on a couple of things that will enable this partially. #88#60#67 . But there is no plans to upload the full html as part of this action. So closing this.
Thank you for making this action available! One suggestion I have is to include full coverage report for new / modified files.
Typically, to approve a PR I would like to see the full coverage report on new / modified files (w/out checking out the branch and running the build to generate the full code coverage report locally):
Would be nice to have this feature.
The text was updated successfully, but these errors were encountered: