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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jacoco-html-report | The html file from which to retrieve information of test coverage analysis | yes | — |
| ck-main-class-csv | The csv file from which to retrieve information of the classes from the main foler | yes | — |
| metrics-xml | The xml file that contains all the metrics generated by JaSoMe | yes | — |
| checkstyle-result-xml | The xml file from which to retrieve information of the checkstyle analysis. | yes | — |
| designite-design-result-csv | The csv file from which to retrieve design smells of the designite analysis | yes | — |
| designite-implementation-result-csv | The csv file from which to retrieve implementation smells of the designite analysis | yes | — |
Outputs
| name | description |
|---|---|
| report-comment | A Markdown formatted String that contains the whole report information |