alex-dukhno / isomorphicdb

The core repository of implementing PostgreSQL compatible distributed database in Rust
http://isomorphicdb.io/
Apache License 2.0
224 stars 20 forks source link

remove persistence and prepare for reorginizing storage #568

Closed alex-dukhno closed 3 years ago

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 771598729


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main.rs 0 1 0.0%
storage/src/lib.rs 19 22 86.36%
sql_engine/data_manipulation/query_plan/src/lib.rs 19 27 70.37%
data_repr/scalar/src/lib.rs 14 27 51.85%
sql_engine/catalog/src/lib.rs 31 47 65.96%
data_repr/binary/src/lib.rs 23 53 43.4%
<!-- Total: 112 183 61.2% -->
Totals Coverage Status
Change from base Build 768136755: 0.5%
Covered Lines: 2520
Relevant Lines: 3892

💛 - Coveralls