Closed mgirlich closed 2 years ago
Thanks! Can you target the develop branch instead of main?
Merging #33 (19424ac) into main (c947933) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #33 +/- ##
=======================================
Coverage 89.21% 89.21%
=======================================
Files 4 4
Lines 371 371
=======================================
Hits 331 331
Misses 40 40
Impacted Files | Coverage Δ | |
---|---|---|
R/Operations.R | 89.62% <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 c947933...19424ac. Read the comment docs.
The new dbplyr changes its internal data structure. Your package currently relies on the old data structure. This PR makes it compatible with the new dbplyr version