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

Bug fixed with Views #153

Closed adescoms closed 7 years ago

adescoms commented 7 years ago
codecov-io commented 7 years ago

Codecov Report

Merging #153 into devel will decrease coverage by -0.02%. The diff coverage is 0%.

@@             Coverage Diff              @@
##              devel     #153      +/-   ##
============================================
- Coverage     18.24%   18.23%   -0.02%     
  Complexity     1505     1505              
============================================
  Files           736      736              
  Lines         26413    26438      +25     
  Branches       2317     2322       +5     
============================================
+ Hits           4819     4820       +1     
- Misses        21291    21315      +24     
  Partials        303      303
Impacted Files Coverage Δ Complexity Δ
.../com/torodb/mongodb/utils/cloner/AkkaDbCloner.java 0% <ø> (ø) 0 <ø> (ø) :x:
...src/main/java/com/torodb/torod/CollectionInfo.java 0% <ø> (ø) 0 <ø> (ø) :x:
...com/torodb/mongodb/utils/ListIndexesRequester.java 0% <ø> (ø) 0 <ø> (ø) :x:
...rodb/torod/impl/memory/MemoryTorodTransaction.java 0% <ø> (ø) 0 <ø> (ø) :x:
...torodb/mongodb/utils/ListCollectionsRequester.java 0% <ø> (ø) 0 <ø> (ø) :x:
...n/java/com/torodb/mongodb/utils/NamespaceUtil.java 0% <ø> (ø) 0 <ø> (ø) :x:
...ands/impl/admin/ListCollectionsImplementation.java 0% <ø> (ø) 0 <ø> (ø) :x:
...mands/signatures/admin/ListCollectionsCommand.java 0% <ø> (ø) 0 <ø> (ø) :x:
...db/mongodb/utils/cloner/TransactionalDbCloner.java 0% <ø> (ø) 0 <ø> (ø) :x:
...com/torodb/torod/impl/sql/SqlTorodTransaction.java 0% <ø> (ø) 0 <ø> (ø) :x:
... and 1 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 f80ee98...fb431ae. Read the comment docs.