Skip to content

Merge pull request #33 from uhafner/dependabot/maven/edu.hm.hafner-co… #60

Merge pull request #33 from uhafner/dependabot/maven/edu.hm.hafner-co…

Merge pull request #33 from uhafner/dependabot/maven/edu.hm.hafner-co… #60

GitHub Actions / Quality Monitor failed May 9, 2024 in 10s

Quality Monitor

   🚦   Tests: 43 % successful (❌ 4 failed, ✔️ 3 passed)
   〰️   Line Coverage: 0% (0 missed lines)
   ➰   Branch Coverage: 0% (0 missed branches)
   PIT   Mutation Coverage: 0% (0 survived mutations)
   CheckStyle   CheckStyle: 1 warning found (0 error, 0 high, 1 normal, 0 low)
   PMD   PMD: 1 warning found (0 error, 0 high, 1 normal, 0 low)
   SpotBugs   SpotBugs: No warnings found

🚧 Error Messages

Quality Monitor Errors:
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/spotbugsXml.xml'! Configuration error for 'SpotBugs'?

Created by Quality Monitor v1.8.2 (#d626b05)

Details

☀️   Quality Monitor

🚦   Tests

Name Reports Passed Skipped Failed Total
Tests 3 3 0 4 7

Failures

Too many test failures. Grading output truncated.## ❗   Style

Name Reports Errors High Normal Low Total
CheckStyle 1 0 0 1 0 1
PMD 1 0 0 1 0 1
Total 2 0 0 2 0 2

🐛   Bugs

Name Reports Errors High Normal Low Total
SpotBugs 0 0 0 0 0 0

👣   Code Coverage

Code Coverage: 0%

Name Covered % Missed %
Line Coverage 0 100
Branch Coverage 0 100
Total Ø 0 100

🔬   Mutation Coverage

Mutation Coverage: 0%

Name Killed % Survived %
Mutation Coverage 0 100

🚧 Error Messages

Quality Monitor Errors:
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/spotbugsXml.xml'! Configuration error for 'SpotBugs'?

Annotations

Check warning on line 45 in /Users/hafner/git/warnings-ng-plugin-devenv/autograding-github-action/src/main/java/edu/hm/hafner/grading/LogHandler.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

CheckStyle: MissingJavadocMethodCheck

Es fehlt ein Javadoc-Kommentar.

Check warning on line 29 in /Users/hafner/git/warnings-ng-plugin-devenv/autograding-github-action/src/main/java/edu/hm/hafner/grading/ReportFactory.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: AbstractClassWithoutAbstractMethod

This abstract class does not have any abstract methods.