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

Fix suspendMemoizeF #145

Merged
merged 3 commits into from
Jun 5, 2018
Merged

Fix suspendMemoizeF #145

merged 3 commits into from
Jun 5, 2018

Conversation

vlovgr
Copy link
Owner

@vlovgr vlovgr commented Jun 5, 2018

The suspendMemoizeF function was previously not capturing the memoization effect.

@codecov
Copy link

codecov bot commented Jun 5, 2018

Codecov Report

Merging #145 into master will decrease coverage by 0.26%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   95.38%   95.11%   -0.27%     
==========================================
  Files          43       43              
  Lines         693      696       +3     
  Branches        5        5              
==========================================
+ Hits          661      662       +1     
- Misses         32       34       +2
Impacted Files Coverage Δ
...ared/src/main/scala/ciris/cats/effect/syntax.scala 60% <50%> (-40%) ⬇️

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 ad386b8...c707558. Read the comment docs.

@vlovgr vlovgr merged commit 2be5b0a into master Jun 5, 2018
@vlovgr vlovgr deleted the fix-suspend-memoize branch June 5, 2018 11:18
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.

1 participant