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

[#2141] Use optionals for return values that may be null to enforce a client check #2144

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Fix wrong imports

967b370
Select commit
Loading
Failed to load commit list.
Open

[#2141] Use optionals for return values that may be null to enforce a client check #2144

Fix wrong imports
967b370
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 10, 2024 in 1s

87.78% of diff hit (target 85.38%)

View this Pull Request on Codecov

87.78% of diff hit (target 85.38%)

Annotations

Check warning on line 96 in src/main/java/reposense/commits/CommitInfoAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/commits/CommitInfoAnalyzer.java#L96

Added line #L96 was not covered by tests

Check warning on line 98 in src/main/java/reposense/commits/CommitInfoAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/commits/CommitInfoAnalyzer.java#L98

Added line #L98 was not covered by tests

Check warning on line 61 in src/main/java/reposense/model/ConfigRunConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/model/ConfigRunConfiguration.java#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 67 in src/main/java/reposense/parser/GroupConfigCsvParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/parser/GroupConfigCsvParser.java#L67

Added line #L67 was not covered by tests

Check warning on line 70 in src/main/java/reposense/parser/GroupConfigCsvParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/parser/GroupConfigCsvParser.java#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 78 in src/main/java/reposense/util/function/Failable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/util/function/Failable.java#L78

Added line #L78 was not covered by tests

Check warning on line 312 in src/main/java/reposense/util/function/Failable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/util/function/Failable.java#L311-L312

Added lines #L311 - L312 were not covered by tests

Check warning on line 315 in src/main/java/reposense/util/function/Failable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/util/function/Failable.java#L314-L315

Added lines #L314 - L315 were not covered by tests

Check warning on line 405 in src/main/java/reposense/util/function/Failable.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/reposense/util/function/Failable.java#L405

Added line #L405 was not covered by tests