ScottPJones / Mongo.jl

Mongo bindings for the Julia programming language
Other
43 stars 21 forks source link

Fn/refactoring #29

Closed felipenoris closed 6 years ago

felipenoris commented 6 years ago

This adds some love to the package, porting to Julia v0.6. After this, I can work on v1.0.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@32a8b3f). Click here to learn what that means. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #29   +/-   ##
=========================================
  Coverage          ?   77.33%           
=========================================
  Files             ?        4           
  Lines             ?       75           
  Branches          ?        0           
=========================================
  Hits              ?       58           
  Misses            ?       17           
  Partials          ?        0
Impacted Files Coverage Δ
src/MongoCollection.jl 79.54% <ø> (ø)
src/MongoClient.jl 73.68% <0%> (ø)
src/MongoCursor.jl 70% <100%> (ø)

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 32a8b3f...a08e373. Read the comment docs.

felipenoris commented 6 years ago

@ScottPJones All done. Should be good to go!