-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improve test coverage #1591
Improve test coverage #1591
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1591 +/- ##
==========================================
+ Coverage 92.52% 93.05% +0.52%
==========================================
Files 249 249
Lines 3974 3973 -1
Branches 131 131
==========================================
+ Hits 3677 3697 +20
+ Misses 297 276 -21
Continue to review full report at Codecov.
|
import cats.laws.{ApplicativeLaws, CoflatMapLaws, FlatMapLaws, MonadLaws} | ||
import cats.laws.discipline._ | ||
import cats.laws.discipline.arbitrary._ | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this accidental or intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By accident. Fixed it, thanks.
26c15d3
to
c4fb5e6
Compare
👍 very nice! |
Improve test coverage a bit.