jacoco-report
jacoco-report copied to clipboard
Report not adding to the PR console
Hi
We have upgraded to the latest version 1.6.1
But this is not adding the aggregated value to the pr.
it is just saying below even thought there are some coverage changes in the pr.
Using Java17
Any help would be appreciated.
Thanks in advance
It is showing this,
Run madrapps/[email protected] Event is pull_request base sha: aceb8b21d602b8bcf2d5d86700ca8583dab633a0 head sha: a5f79c717702d4b7f7b91990bcafa126583bf703
and not showing any coverage info on the pr
Team, Any update on this?
We are working on fixing some issue associated with this, but I am a bit confused on the scenario above.
- Is this a multi module project?
- Is the JaCoCo report available in the mentioned path?
- If it is present, could you check the
.xml
to see if it's a valid report? We have an issue where if the<report />
is empty, then we showNaN
as the coverage. You could try running the action withdebug: true
to get more information.