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

Backport #3015 Use Foldable.foldRight for Traverse and TraverseFilter #3333

Conversation

gagandeepkalra
Copy link
Contributor

@gagandeepkalra gagandeepkalra commented Feb 29, 2020

addresses #3143

@codecov-io
Copy link

codecov-io commented Feb 29, 2020

Codecov Report

Merging #3333 into scala_2.11 will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##           scala_2.11    #3333      +/-   ##
==============================================
- Coverage       93.46%   93.44%   -0.03%     
==============================================
  Files             385      385              
  Lines            7162     7166       +4     
  Branches          197      201       +4     
==============================================
+ Hits             6694     6696       +2     
- Misses            468      470       +2
Impacted Files Coverage Δ
core/src/main/scala/cats/instances/list.scala 100% <100%> (ø) ⬆️
core/src/main/scala/cats/data/Chain.scala 99.03% <100%> (-0.64%) ⬇️

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 29efba5...80c3ffd. Read the comment docs.

@travisbrown travisbrown self-requested a review February 29, 2020 16:29
@travisbrown travisbrown merged commit 6a02aaa into typelevel:scala_2.11 Mar 11, 2020
@gagandeepkalra gagandeepkalra deleted the backport/chain/traverse/foldRight branch March 11, 2020 15:07
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.

3 participants