Closed DanielSollis closed 2 years ago
Merging #8 (3f88e73) into main (47b233d) will increase coverage by
2.37%
. The diff coverage is77.27%
.
@@ Coverage Diff @@
## main #8 +/- ##
==========================================
+ Coverage 39.59% 41.96% +2.37%
==========================================
Files 5 6 +1
Lines 293 305 +12
==========================================
+ Hits 116 128 +12
Misses 151 151
Partials 26 26
Impacted Files | Coverage Δ | |
---|---|---|
honu.go | 43.15% <50.00%> (ø) |
|
options/options.go | 100.00% <100.00%> (ø) |
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 47b233d...3f88e73. Read the comment docs.
Implements Read/Write options for LevelDB and Write options for Pebble. Changes were made to the engines package that don't have test coverage as engines_test still needs to be implemented.