• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ergoplatform / sigma-rust / 19715256552

26 Nov 2025 07:29PM UTC coverage: 86.888% (+8.4%) from 78.463%
19715256552

Pull #838

github

web-flow
Merge ff3964431 into 2f840d387
Pull Request #838: CI fixes

7 of 8 new or added lines in 7 files covered. (87.5%)

1628 existing lines in 221 files now uncovered.

27460 of 31604 relevant lines covered (86.89%)

253315.49 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/ergo-p2p/src/codec.rs
1
use bytes::BytesMut;
2
use sigma_ser::ScorexSerializationError;
3
use tokio_util::codec::Encoder;
4

5
use crate::message::Request;
6

7
/// Encoder/Decoder for network messages from/to bytes
8
#[derive(Default)]
9
#[allow(dead_code)]
10
pub struct Codec {}
11

12
impl Encoder<Request> for Codec {
13
    type Error = ScorexSerializationError;
14

15
    fn encode(&mut self, _item: Request, _dst: &mut BytesMut) -> Result<(), Self::Error> {
×
UNCOV
16
        todo!()
×
17
    }
18
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc