Closed faddat closed 2 years ago
NB: This will continue to fail, as will tests in the cosmos-sdk, because our Dockerfile uses rocksdb v6.
Because of how CI is set up, this isn't avoidable, this PR would need to be merged.
Merging #236 (49b89fd) into master (3b4b586) will not change coverage. The diff coverage is
92.30%
.
@@ Coverage Diff @@
## master #236 +/- ##
=======================================
Coverage 68.54% 68.54%
=======================================
Files 27 27
Lines 2130 2130
=======================================
Hits 1460 1460
Misses 595 595
Partials 75 75
Impacted Files | Coverage Δ | |
---|---|---|
db.go | 35.00% <ø> (ø) |
|
rocksdb.go | 72.26% <90.00%> (ø) |
|
rocksdb_batch.go | 84.31% <100.00%> (ø) |
|
rocksdb_iterator.go | 93.02% <100.00%> (ø) |
Impacted Files | Coverage Δ | |
---|---|---|
db.go | 35.00% <ø> (ø) |
|
rocksdb.go | 72.26% <90.00%> (ø) |
|
rocksdb_batch.go | 84.31% <100.00%> (ø) |
|
rocksdb_iterator.go | 93.02% <100.00%> (ø) |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If these are unwanted changes, please let me know, and I'll make a PR that removes RocksDB
NB: tests are failing because the docker image is out of date, specifically this PR makes the dockerfile use rocks v7, but the one that is currently used to run tests is rocks v6