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

Check monad laws for Cokleisli #1590

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

peterneyens
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

codecov-io commented Apr 6, 2017

Codecov Report

Merging #1590 into master will increase coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1590     +/-   ##
=========================================
+ Coverage   92.42%   92.52%   +0.1%     
=========================================
  Files         249      249             
  Lines        3974     3974             
  Branches      138      138             
=========================================
+ Hits         3673     3677      +4     
+ Misses        301      297      -4
Impacted Files Coverage Δ
core/src/main/scala/cats/data/Cokleisli.scala 100% <0%> (+11.11%) ⬆️

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 2a32e37...6973696. Read the comment docs.

@@ -8,7 +8,6 @@ import cats.laws.discipline._
import cats.laws.discipline.arbitrary._
import cats.laws.discipline.eq._
import org.scalacheck.Arbitrary
import cats.laws.discipline.{SemigroupKTests, MonoidKTests}
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm if they are unused how come they passed the build before? Just curious

@ceedubs
Copy link
Contributor

ceedubs commented Apr 6, 2017

👍 thanks @peterneyens!

@kailuowang
Copy link
Contributor

merge with two sign-off

@kailuowang kailuowang merged commit 1601570 into typelevel:master Apr 6, 2017
@peterneyens peterneyens deleted the cokleisli-monad-laws branch April 19, 2017 11:13
@kailuowang kailuowang modified the milestone: 1.0.0-MF Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants