jeroen / mongolite

Fast and Simple MongoDB Client for R
https://jeroen.github.io/mongolite/
286 stars 65 forks source link

[WIP] GridFS #126

Closed jeroen closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #126 into master will increase coverage by 33.68%. The diff coverage is 86.46%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #126       +/-   ##
===========================================
+ Coverage     1.7%   35.38%   +33.68%     
===========================================
  Files         121      125        +4     
  Lines       19752    20071      +319     
===========================================
+ Hits          337     7103     +6766     
+ Misses      19415    12968     -6447
Impacted Files Coverage Δ
src/collection.c 37.73% <40%> (+37.73%) :arrow_up:
src/gridfs.c 80.17% <80.17%> (ø)
R/gridfs.R 94.52% <94.52%> (ø)
src/utils.c 88.04% <97.14%> (+88.04%) :arrow_up:
src/mongoc/mongoc-stream-gridfs.c 62.06% <0%> (ø)
src/mongoc/mongoc-stream-file.c 71.92% <0%> (ø)
src/mongoc/mongoc-database.c 5.06% <0%> (+5.06%) :arrow_up:
src/bson/bson-value.c 11.21% <0%> (+11.21%) :arrow_up:
... and 78 more

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 91ecd63...aa5e4b7. Read the comment docs.