Iterators.jl
Iterators.jl copied to clipboard
Fix eltype for chained generators
Fixes #90
Still need to add a test
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
==========================================
+ Coverage 94.11% 94.41% +0.29%
==========================================
Files 1 1
Lines 374 376 +2
==========================================
+ Hits 352 355 +3
+ Misses 22 21 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/Iterators.jl | 94.41% <50%> (+0.29%) |
:white_check_mark: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update b332f56...ad5a926. Read the comment docs.
If we want to continue to support 0.4 I'll make an additional test file for 0.5+ tests that use generator syntax.