uhafner / autograding-github-action

GitHub Action to autograde projects based on a configurable set of metrics
MIT License
23 stars 5 forks source link

Use new methods to expose files and issues from reports #298

Closed uhafner closed 11 months ago

uhafner commented 11 months ago

Otherwise we will get duplicate annotations for missing code coverage.

github-actions[bot] commented 11 months ago

:mortar_board: Quality Checks - 200 of 400

:vertical_traffic_light: JUnit - 100 of 100

0 tests passed

:paw_prints: JaCoCo - 0 of 100

0% Covered , 100% Missed

:microbe: PIT - 0 of 100

0% Killed , 100% Survived

:warning: Warnings - 100 of 100

no warnings found

:construction: Error Messages

Autograding GitHub Action Errors:
No matching report files found when using pattern '**/target/*-reports/TEST*.xml'! Configuration error for 'Unittests'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Line Coverage'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Branch Coverage'?
No matching report files found when using pattern '**/target/pit-reports/mutations.xml'! Configuration error for 'Mutation Coverage'?
No matching report files found when using pattern '**/target/checkstyle-result.xml'! Configuration error for 'CheckStyle'?
No matching report files found when using pattern '**/target/pmd.xml'! Configuration error for 'PMD'?
No matching report files found when using pattern '**/target/spotbugsXml.xml'! Configuration error for 'SpotBugs'?

More details are available in the GitHub Checks Result.

github-actions[bot] commented 11 months ago

:mortar_board: Quality Checks - 249 of 400

:vertical_traffic_light: JUnit - 100 of 100

15 tests passed

:paw_prints: JaCoCo - 33 of 100

33% Covered , 67% Missed

:microbe: PIT - 26 of 100

26% Killed , 74% Survived

:warning: Warnings - 90 of 100

10 warnings found (0 errors, 0 high, 9 normal, 1 low)

More details are available in the GitHub Checks Result.