Madrapps / jacoco-report

Github action that publishes the JaCoCo report as a comment in the Pull Request
https://github.com/marketplace/actions/jacoco-report
MIT License
144 stars 63 forks source link

PR comment when no JaCoCo report is found #91

Open ivanmarban opened 4 months ago

ivanmarban commented 4 months ago

Would be nice to replace the PR comment when action does not find the reports. Actually it looks like this if there is no report present in path:

Code Coverage

Overall Project NaN% NaN% :green_apple:

There is no coverage information present for the Files changed

Maybe a generic message on the PR warning you that report couldn't be found...