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 ContT.liftF and ContT.liftK #3274

Merged
merged 2 commits into from
Jan 29, 2020
Merged

Conversation

lavrov
Copy link
Contributor

@lavrov lavrov commented Jan 28, 2020

Closes #3271

@codecov-io
Copy link

codecov-io commented Jan 29, 2020

Codecov Report

Merging #3274 into master will increase coverage by 0.32%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #3274      +/-   ##
=========================================
+ Coverage   93.08%   93.4%   +0.32%     
=========================================
  Files         376     372       -4     
  Lines        7428    7243     -185     
  Branches      196     181      -15     
=========================================
- Hits         6914    6765     -149     
+ Misses        514     478      -36
Flag Coverage Δ
#scala_version_212 93.4% <100%> (-0.02%) ⬇️
#scala_version_213 ?
Impacted Files Coverage Δ
core/src/main/scala/cats/data/ContT.scala 100% <100%> (ø) ⬆️
...in/scala/cats/data/AbstractNonEmptyInstances.scala 96.55% <0%> (-3.45%) ⬇️
core/src/main/scala/cats/instances/option.scala 96.61% <0%> (-1.7%) ⬇️
...e/src/main/scala-2.13+/cats/data/ZipLazyList.scala
...src/main/scala-2.13+/cats/instances/lazyList.scala
....13+/cats/kernel/instances/LazyListInstances.scala
.../main/scala-2.13+/cats/data/NonEmptyLazyList.scala

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 93ebced...76bb641. Read the comment docs.

Copy link
Member

@LukaJCB LukaJCB left a comment

Choose a reason for hiding this comment

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

This looks great, thank you! :)

@djspiewak djspiewak merged commit 068aca9 into typelevel:master Jan 29, 2020
@travisbrown travisbrown added this to the 2.2.0-M1 milestone Jan 30, 2020
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.

Add ContT.liftF
6 participants