Open tzaeschke opened 4 years ago
Merging #117 into master will increase coverage by
0.02%
. The diff coverage is92.77%
.
@@ Coverage Diff @@
## master #117 +/- ##
============================================
+ Coverage 70.09% 70.12% +0.02%
- Complexity 4178 4181 +3
============================================
Files 170 170
Lines 17551 17569 +18
Branches 2744 2744
============================================
+ Hits 12303 12320 +17
- Misses 4345 4346 +1
Partials 903 903
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...org/zoodb/tools/impl/DataStoreManagerInMemory.java | 93.82% <100%> (+0.07%) |
12 <0> (ø) |
:arrow_down: |
.../org/zoodb/tools/impl/DataStoreManagerOneFile.java | 84.54% <100%> (+0.14%) |
14 <0> (ø) |
:arrow_down: |
src/org/zoodb/internal/server/SessionManager.java | 87.62% <100%> (+0.63%) |
26 <6> (-3) |
:arrow_down: |
...c/org/zoodb/internal/server/DiskAccessOneFile.java | 86.62% <100%> (+0.07%) |
75 <0> (ø) |
:arrow_down: |
src/org/zoodb/internal/server/RootPage.java | 89.47% <89.47%> (-4.65%) |
17 <17> (+6) |
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 42cc1c9...e83dd57. Read the comment docs.
Fix mix-up of root pages when writing in concurrent transactions, see #114