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 IndexedState alias (#2686) #2693

Merged
merged 2 commits into from
Jan 10, 2019
Merged

Conversation

valydia
Copy link
Contributor

@valydia valydia commented Jan 10, 2019

Thank you for contributing to Cats!

This is a kind reminder to run sbt prePR and commit the changed files, if any, before submitting.

@@ -43,6 +43,9 @@ package object data {
def tell[L](l: L): Writer[L, Unit] = WriterT.tell(l)
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Would you mind adding a doctest for the IndexedStateFunctions.apply here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure! Please see b858c14

@codecov-io
Copy link

codecov-io commented Jan 10, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@d88b3c4). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2693   +/-   ##
=========================================
  Coverage          ?   95.15%           
=========================================
  Files             ?      365           
  Lines             ?     6770           
  Branches          ?      296           
=========================================
  Hits              ?     6442           
  Misses            ?      328           
  Partials          ?        0
Impacted Files Coverage Δ
core/src/main/scala/cats/data/package.scala 88.88% <ø> (ø)
core/src/main/scala/cats/data/IndexedStateT.scala 90% <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 d88b3c4...b858c14. Read the comment docs.

@kailuowang kailuowang added this to the 1.6 milestone Jan 10, 2019
@kailuowang kailuowang merged commit 5b6278c into typelevel:master Jan 10, 2019
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