Closed mbjoseph closed 6 years ago
Merging #34 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #34 +/- ##
==========================================
+ Coverage 98.13% 98.14% +0.01%
==========================================
Files 5 5
Lines 268 270 +2
==========================================
+ Hits 263 265 +2
Misses 5 5
Impacted Files | Coverage Δ | |
---|---|---|
R/extract_smap.R | 97.22% <100%> (+0.63%) |
:arrow_up: |
R/find_smap.R | 97.56% <0%> (-0.25%) |
:arrow_down: |
R/download_smap.R | 100% <0%> (ø) |
: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 47d922f...931aef5. Read the comment docs.
Relates to #30. There's some weird stuff going on with testthat, where warnings are raised about length 0 arguments to the min() function. But, the warning does not occur when checking the package. Curious to see how things shake out on Travis...