torodb / stampede

The ToroDB solution to provide better analytics on top of MongoDB and make it easier to migrate from MongoDB to SQL
https://www.torodb.com/stampede/
GNU Affero General Public License v3.0
1.77k stars 120 forks source link

First iteration on sharding support #162

Closed gortiz closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #162 into devel will increase coverage by 1.46%. The diff coverage is 39.3%.

@@             Coverage Diff              @@
##              devel     #162      +/-   ##
============================================
+ Coverage     16.86%   18.33%   +1.46%     
- Complexity     1360     1513     +153     
============================================
  Files           750      780      +30     
  Lines         26509    26823     +314     
  Branches       2331     2340       +9     
============================================
+ Hits           4472     4917     +445     
+ Misses        21727    21572     -155     
- Partials        310      334      +24
Impacted Files Coverage Δ Complexity Δ
...a/com/torodb/backend/BackendConfigImplBuilder.java 0% <ø> (ø) 0 <0> (ø) :x:
...in/java/com/torodb/core/bundle/AbstractBundle.java 0% <ø> (ø) 0 <0> (?)
...ds/signatures/diagnostic/ListDatabasesCommand.java 4.76% <ø> (+4.76%) 2 <0> (+2) :white_check_mark:
...src/main/java/com/torodb/torod/SqlTorodConfig.java 100% <ø> (ø) 2 <0> (ø) :x:
.../java/com/torodb/core/bundle/BundleConfigImpl.java 0% <ø> (ø) 0 <0> (?)
...in/java/com/torodb/core/backend/BackendBundle.java 0% <ø> (ø) 0 <0> (ø) :x:
...ain/java/com/torodb/core/bundle/ServiceBundle.java 0% <ø> (ø) 0 <0> (?)
...ain/java/com/torodb/backend/BackendConfigImpl.java 0% <ø> (ø) 0 <0> (ø) :x:
...n/java/com/torodb/backend/guice/BackendModule.java 0% <ø> (ø) 0 <0> (ø) :x:
...db/repl/impl/FollowerSyncSourceProviderBundle.java 0% <ø> (ø) 0 <0> (ø) :x:
... and 226 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 624353e...7dc26f7. Read the comment docs.