Closed JeffFessler closed 3 years ago
Merging #59 (3018a89) into master (d0508b7) will increase coverage by
0.95%
. The diff coverage is92.85%
.
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 85.71% 86.66% +0.95%
==========================================
Files 1 1
Lines 91 105 +14
==========================================
+ Hits 78 91 +13
- Misses 13 14 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/UnitfulRecipes.jl | 86.66% <92.85%> (+0.95%) |
:arrow_up: |
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 a6cfd83...3018a89. Read the comment docs.
@jw3126 should "Moar" be "More" runtests.jl ? I could fix that too here but unsure.
@JeffFessler if you need an immediate release, you can bump the version.
oops, thought i did that already! done - thanks!
LGTM. Thanks for the help.
This addresses #57 and #58.
Please check carefully my work on #58 because it was tricky to me. It seems that
plot(rand(5,4))
andheatmap(rand(5,4))
both have Matrix arguments. So I suspect that we need may need separate recipes for plot and for heatmap/surface/others? but I don't know enough about recipes to be confident in my solution.