cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

Add thread management context class #68

Closed miguelportilla closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #68 into master will decrease coverage by 2.06%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   96.72%   94.65%   -2.07%     
==========================================
  Files          28       29       +1     
  Lines        1709     1890     +181     
==========================================
+ Hits         1653     1789     +136     
- Misses         56      101      +45
Impacted Files Coverage Δ
include/nudb/impl/verify.ipp 92.66% <ø> (+0.52%) :arrow_up:
include/nudb/detail/arena.hpp 94.23% <ø> (-5.77%) :arrow_down:
include/nudb/basic_store.hpp 100% <100%> (ø) :arrow_up:
include/nudb/detail/store_base.hpp 100% <100%> (ø)
include/nudb/context.hpp 100% <100%> (ø)
include/nudb/impl/basic_store.ipp 92.69% <100%> (-6.15%) :arrow_down:
include/nudb/impl/context.ipp 87.17% <87.17%> (ø)
include/nudb/detail/gentex.hpp 88.57% <0%> (-11.43%) :arrow_down:
... and 20 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 98c48fb...49410b6. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #68 into master will decrease coverage by 2.06%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   96.72%   94.65%   -2.07%     
==========================================
  Files          28       29       +1     
  Lines        1709     1890     +181     
==========================================
+ Hits         1653     1789     +136     
- Misses         56      101      +45
Impacted Files Coverage Δ
include/nudb/impl/verify.ipp 92.66% <ø> (+0.52%) :arrow_up:
include/nudb/detail/arena.hpp 94.23% <ø> (-5.77%) :arrow_down:
include/nudb/basic_store.hpp 100% <100%> (ø) :arrow_up:
include/nudb/detail/store_base.hpp 100% <100%> (ø)
include/nudb/context.hpp 100% <100%> (ø)
include/nudb/impl/basic_store.ipp 92.69% <100%> (-6.15%) :arrow_down:
include/nudb/impl/context.ipp 87.17% <87.17%> (ø)
include/nudb/detail/gentex.hpp 88.57% <0%> (-11.43%) :arrow_down:
... and 20 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 98c48fb...49410b6. Read the comment docs.

vinniefalco commented 5 years ago

Thank you for your contribution!