Skip to content

Merge d53ac7b9d3afcb175d513fa1f7e851aabfdd13dc into a15d172b183d1e482…

Sign in for the full log view
GitHub Actions / Quality Monitor succeeded Mar 1, 2024 in 0s

Quality Monitor

  • 🚦 Tests: 291 tests passed
  • 👣 Code Coverage: 96% coverage achieved
  • 🔬 Mutation Coverage: 93% mutations killed
  • ⚠️ Style: 2 warnings found (0 error, 0 high, 2 normal, 0 low)
  • 🐛 Bugs: No warnings found

Details

☀️ Quality Monitor

🚦 Tests

Name Passed Skipped Failed Total
Tests 291 0 0 291

⚠️ Style

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

🐛 Bugs

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

👣 Code Coverage

Code Coverage: 96%

Name Covered % Missed %
Line Coverage 98 2
Branch Coverage 94 6
Total Ø 96 4

🔬 Mutation Coverage

Mutation Coverage: 93%

Name Killed % Survived %
Mutation Coverage 93 7

Annotations

Check warning on line 22 in src/test/java/edu/hm/hafner/coverage/parser/NunitParserTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnusedPrivateField

Avoid unused private fields such as 'EMPTY'.

Check warning on line 22 in src/test/java/edu/hm/hafner/coverage/parser/XunitParserTest.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

PMD: UnusedPrivateField

Avoid unused private fields such as 'EMPTY'.

Check warning on line 128 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 125-128 are not covered by tests

Check warning on line 140 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 140 is not covered by tests

Check warning on line 164 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 164 is not covered by tests

Check warning on line 174 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 174 is not covered by tests

Check warning on line 211 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 211 is not covered by tests

Check warning on line 243 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 243 is not covered by tests

Check warning on line 290 in src/main/java/edu/hm/hafner/coverage/parser/JacocoParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 290 is not covered by tests

Check warning on line 37 in src/main/java/edu/hm/hafner/coverage/parser/XunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 36-37 are not covered by tests

Check warning on line 73 in src/main/java/edu/hm/hafner/coverage/parser/XunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 73 is not covered by tests

Check warning on line 71 in src/main/java/edu/hm/hafner/coverage/parser/JunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 71 is not covered by tests

Check warning on line 140 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 140 is not covered by tests

Check warning on line 152 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 152 is not covered by tests

Check warning on line 209 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 209 is not covered by tests

Check warning on line 259 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 258-259 are not covered by tests

Check warning on line 283 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 283 is not covered by tests

Check warning on line 297 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 297 is not covered by tests

Check warning on line 54 in src/main/java/edu/hm/hafner/coverage/parser/PitestParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 53-54 are not covered by tests

Check warning on line 133 in src/main/java/edu/hm/hafner/coverage/parser/PitestParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 133 is not covered by tests

Check warning on line 36 in src/main/java/edu/hm/hafner/coverage/parser/NunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 35-36 are not covered by tests

Check warning on line 72 in src/main/java/edu/hm/hafner/coverage/parser/NunitParser.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 72 is not covered by tests

Check warning on line 51 in src/main/java/edu/hm/hafner/coverage/MethodNode.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered lines

Lines 50-51 are not covered by tests

Check warning on line 217 in src/main/java/edu/hm/hafner/coverage/Metric.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 217 is not covered by tests

Check warning on line 117 in src/main/java/edu/hm/hafner/coverage/Mutation.java

See this annotation in the file changed.

@github-actions github-actions / Quality Monitor

Not covered line

Line 117 is not covered by tests