Closed pdeziel closed 2 years ago
Merging #20 (378c4dc) into main (b3f3099) will decrease coverage by
0.04%
. The diff coverage is50.00%
.:exclamation: Current head 378c4dc differs from pull request most recent head 36ebb59. Consider uploading reports for the commit 36ebb59 to get more accurate results
@@ Coverage Diff @@
## main #20 +/- ##
==========================================
- Coverage 55.81% 55.77% -0.05%
==========================================
Files 10 10
Lines 550 554 +4
==========================================
+ Hits 307 309 +2
- Misses 198 200 +2
Partials 45 45
Impacted Files | Coverage Δ | |
---|---|---|
engines/leveldb/leveldb.go | 84.70% <0.00%> (-2.05%) |
:arrow_down: |
honu.go | 46.98% <100.00%> (+0.64%) |
:arrow_up: |
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 b3f3099...36ebb59. Read the comment docs.
This exposes the underlying levelDB object to the user to make it easier to do things like backups.