Closed ateucher closed 6 years ago
Merging #131 into master will increase coverage by
1.12%
. The diff coverage is39.58%
.
@@ Coverage Diff @@
## master #131 +/- ##
==========================================
+ Coverage 63.76% 64.89% +1.12%
==========================================
Files 29 29
Lines 1449 1470 +21
==========================================
+ Hits 924 954 +30
+ Misses 525 516 -9
Impacted Files | Coverage Δ | |
---|---|---|
R/topojson_write.R | 32.14% <28.12%> (+4.69%) |
:arrow_up: |
R/geo_topo.R | 62.5% <62.5%> (+31.73%) |
:arrow_up: |
R/zzz.r | 59.84% <0%> (+0.77%) |
:arrow_up: |
R/geojson_write.r | 56.63% <0%> (+7.96%) |
: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 6662428...02cd36b. Read the comment docs.
dont mind at all, and thanks for adding some tests for this
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Hey @sckott I hope you don't mind me picking this up. I added tests for some more of the topojson stuff, including for #129. Also a fix for #130 specifically for topo2geo.
Closes #129.