Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the parsing exception to the model #120

Merged
merged 1 commit into from
Aug 18, 2024

Move the parsing exception to the model.

f6fb048
Select commit
Loading
Failed to load commit list.
Merged

Move the parsing exception to the model #120

Move the parsing exception to the model.
f6fb048
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Mutation Coverage succeeded Aug 18, 2024 in 0s

Line Coverage: 100.00% (+15.00%), Mutation Coverage: 66.67%

Summary for modified lines

  • 71 lines have been modified
  • all lines are covered
  • 1 mutation survived (of 3)

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage
🐾 Overall project 100.00% (1/1) 100.00% (3/3) 100.00% (32/32) 0.00% (0/45) 0.00% (0/470) 96.48% (878/910)
📈 Overall project (difference to reference job) +0.00% +0.00% +0.00% +0.00% +0.00% +0.01% ⬆️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 0.00% (0/2) 0.00% (0/14) 85.00% (17/20)
📈 Modified files (difference to reference job) n/a n/a n/a n/a n/a +1.67% ⬆️
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) n/a n/a 100.00% (3/3)
📈 Modified code lines (difference to modified files) n/a n/a n/a n/a n/a +15.00% ⬆️

Annotations

Check warning on line 269 in src/main/java/edu/hm/hafner/coverage/CoverageParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Mutation Coverage

Mutation survived

One mutation survived in line 269 (EmptyObjectReturnValsMutator)
Raw output
Survived mutations:
- replaced return value with "" for edu/hm/hafner/coverage/CoverageParser$ParsingException::createMessage (org.pitest.mutationtest.engine.gregor.mutators.returns.EmptyObjectReturnValsMutator)