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

Add Result.mapFailure #34

Merged
merged 7 commits into from
Dec 13, 2021
Merged

Add Result.mapFailure #34

merged 7 commits into from
Dec 13, 2021

Conversation

grevend-bosch
Copy link
Contributor

Signed-off-by: David Greven fixed-term.David.Greven@de.bosch.com

Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
@grevend-bosch grevend-bosch added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Dec 9, 2021
@grevend-bosch grevend-bosch self-assigned this Dec 9, 2021
@grevend-bosch grevend-bosch linked an issue Dec 9, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 9, 2021

Codecov Report

Merging #34 (45e0eb9) into master (9da9521) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #34      +/-   ##
============================================
+ Coverage     94.21%   94.30%   +0.08%     
- Complexity       88       90       +2     
============================================
  Files             9        9              
  Lines           190      193       +3     
  Branches          6        6              
============================================
+ Hits            179      182       +3     
  Misses            7        7              
  Partials          4        4              
Impacted Files Coverage Δ
...ain/java/io/carbynestack/common/result/Result.java 100.00% <ø> (ø)
...in/java/io/carbynestack/common/result/Failure.java 100.00% <100.00%> (ø)
...in/java/io/carbynestack/common/result/Success.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9da9521...45e0eb9. Read the comment docs.

Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
Signed-off-by: David Greven <fixed-term.David.Greven@de.bosch.com>
Copy link
Member

@sbckr sbckr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sbckr sbckr merged commit a73b4a5 into master Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Result.mapFailure(Function)
2 participants