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

Implemented LineRange-class and improved overall code-coverage #30

Replaced Optional.get() with Optional.orElseThrow() (should be fine f…

03c135d
Select commit
Loading
Failed to load commit list.
Merged

Implemented LineRange-class and improved overall code-coverage #30

Replaced Optional.get() with Optional.orElseThrow() (should be fine f…
03c135d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 16, 2023 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 11 in src/test/java/edu/hm/hafner/coverage/CoverageParserTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unused classes and interfaces Note test

Unused class: CoverageParserTest is not referenced within this codebase. If not used as an external API it should be removed.

Check notice on line 7 in src/test/java/edu/hm/hafner/coverage/MutationStatusTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unused classes and interfaces Note test

Unused class: MutationStatusTest is not referenced within this codebase. If not used as an external API it should be removed.

Check notice on line 16 in src/test/java/edu/hm/hafner/coverage/MutationTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unused classes and interfaces Note test

Unused class: MutationTest is not referenced within this codebase. If not used as an external API it should be removed.