ResumableFunctions.jl
ResumableFunctions.jl copied to clipboard
feat: Add `length` support
trafficstars
Adds a keyword argument length=ex to allow for specifying the
length of the iterator.
Closes #41
Codecov Report
Attention: Patch coverage is 59.52381% with 17 lines in your changes missing coverage. Please review.
Please upload report for BASE (
master@3f7d845). Learn more about missing BASE report. Report is 1 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/macro.jl | 59.52% | 17 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #102 +/- ##
=========================================
Coverage ? 79.78%
=========================================
Files ? 6
Lines ? 455
Branches ? 0
=========================================
Hits ? 363
Misses ? 92
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you! This looks great. The failure on Julia nightly is due to how the @doc test is written (it is a bit fragile). I will make an issue about it and merge this.