Closed tpoisot closed 3 years ago
Merging #72 (96fbf4c) into master (d714156) will decrease coverage by
0.60%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## master #72 +/- ##
==========================================
- Coverage 85.30% 84.69% -0.61%
==========================================
Files 22 22
Lines 483 490 +7
==========================================
+ Hits 412 415 +3
- Misses 71 75 +4
Flag | Coverage Δ | |
---|---|---|
unittests | 84.69% <50.00%> (-0.61%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/lib/overloads.jl | 90.62% <42.85%> (-3.76%) |
:arrow_down: |
src/recipes/recipes.jl | 93.10% <100.00%> (ø) |
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 d714156...96fbf4c. Read the comment docs.
Closes #71
This adds a new
convert
method (and finally adds ashow
method) to change the element type of a layer. Useful to plot non-float things.