Bump version to 1.5.0. #65
Quality Monitor
- π¦ Tests: 7 tests passed
- π£ Code Coverage: 35% coverage achieved
- π¬ Mutation Coverage: 3% mutations killed
β οΈ Style: 2 warnings found (0 error, 0 high, 2 normal, 0 low)- π Bugs: No warnings found
Details
βοΈ Quality Monitor
π¦ Tests
Name | Reports | Passed | Skipped | Failed | Total |
---|---|---|---|---|---|
Tests | 3 | 7 | 0 | 0 | 7 |
β οΈ Style
Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|
CheckStyle | 2 | 0 | 0 | 1 | 0 | 1 |
PMD | 2 | 0 | 0 | 1 | 0 | 1 |
Total | 4 | 0 | 0 | 2 | 0 | 2 |
π Bugs
Name | Reports | Errors | High | Normal | Low | Total |
---|---|---|---|---|---|---|
SpotBugs | 1 | 0 | 0 | 0 | 0 | 0 |
π£ Code Coverage
Name | Covered % | Missed % |
---|---|---|
Line Coverage | 42 | 58 |
Branch Coverage | 29 | 71 |
Total Γ | 35 | 65 |
π¬ Mutation Coverage
Name | Killed % | Survived % |
---|---|---|
Mutation Coverage | 3 | 97 |
Annotations
github-actions / Quality Monitor
CheckStyle: MissingJavadocMethodCheck
Es fehlt ein Javadoc-Kommentar.
github-actions / Quality Monitor
PMD: AbstractClassWithoutAbstractMethod
This abstract class does not have any abstract methods.
Check warning on line 42 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Not covered lines
Lines 41-42 are not covered by tests
Check warning on line 83 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Not covered lines
Lines 82-83 are not covered by tests
Check warning on line 96 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Not covered lines
Lines 91-96 are not covered by tests
Check warning on line 106 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Not covered lines
Lines 104-106 are not covered by tests
Check warning on line 147 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Not covered lines
Lines 115-147 are not covered by tests
Check warning on line 170 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Not covered lines
Lines 164-170 are not covered by tests
Check warning on line 47 in src/main/java/edu/hm/hafner/grading/github/GitHubAnnotationsBuilder.java
github-actions / Quality Monitor
Not covered lines
Lines 24-47 are not covered by tests
Check warning on line 103 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Partially covered line
Line 103 is only partially covered, one branch is missing
Check warning on line 109 in src/main/java/edu/hm/hafner/grading/github/QualityMonitor.java
github-actions / Quality Monitor
Partially covered line
Line 109 is only partially covered, one branch is missing