search-rug/Student-friendly Report

A GitHub action to provide feedback on Java source code quality. It is triggered on a pull request, and a report is emitted as a comment to the PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
jacoco-html-reportThe html file from which to retrieve information of test coverage analysisyes
ck-main-class-csvThe csv file from which to retrieve information of the classes from the main foleryes
metrics-xmlThe xml file that contains all the metrics generated by JaSoMeyes
checkstyle-result-xmlThe xml file from which to retrieve information of the checkstyle analysis.yes
designite-design-result-csvThe csv file from which to retrieve design smells of the designite analysisyes
designite-implementation-result-csvThe csv file from which to retrieve implementation smells of the designite analysisyes
namedescription
report-commentA Markdown formatted String that contains the whole report information