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

improvements to pg wire connection establishment process #565

Closed alex-dukhno closed 3 years ago

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 756359443


Changes Missing Coverage Covered Lines Changed/Added Lines %
node_engine/src/lib.rs 0 8 0.0%
postgres/wire_protocol/src/lib.rs 0 16 0.0%
postgres/wire_protocol/src/connection.rs 125 145 86.21%
<!-- Total: 125 169 73.96% -->
Files with Coverage Reduction New Missed Lines %
node_engine/src/lib.rs 1 0%
postgres/wire_protocol/src/lib.rs 1 0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 748846418: 2.0%
Covered Lines: 2645
Relevant Lines: 4095

💛 - Coveralls