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 Validated.cond and Validated.condNel #1998

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

andyscott
Copy link
Contributor

Since cond is already available on Either and EitherT it seems reasonable to have it on Validated as well.

@johnynek
Copy link
Contributor

👍

@codecov-io
Copy link

codecov-io commented Oct 31, 2017

Codecov Report

Merging #1998 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1998      +/-   ##
==========================================
+ Coverage   95.24%   95.24%   +<.01%     
==========================================
  Files         301      301              
  Lines        4922     4924       +2     
  Branches      123      123              
==========================================
+ Hits         4688     4690       +2     
  Misses        234      234
Impacted Files Coverage Δ
core/src/main/scala/cats/data/Validated.scala 100% <100%> (ø) ⬆️

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 1f0cba0...9364013. Read the comment docs.

@kailuowang kailuowang merged commit f3981dd into typelevel:master Oct 31, 2017
@kailuowang kailuowang added this to the 1.0.0-RC1 milestone Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants