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

getdozer / dozer / 4023928230

pending completion
4023928230

Pull #744

github

GitHub
Merge fe141bf50 into 70bd6e0ad
Pull Request #744: feat: Implement direct insert to cache pipeline

243 of 243 new or added lines in 16 files covered. (100.0%)

23197 of 34900 relevant lines covered (66.47%)

45617.34 hits per line

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

83.33
/dozer-ingestion/src/ingestion/mod.rs
1
mod ingestor;
2

3
pub use ingestor::ChannelForwarder;
4
pub use ingestor::{IngestionIterator, Ingestor};
5

6
pub struct IngestionConfig {
×
7
    forwarder_channel_cap: usize,
8
}
9

10
impl Default for IngestionConfig {
11
    fn default() -> Self {
5✔
12
        Self {
5✔
13
            forwarder_channel_cap: 100000,
5✔
14
        }
5✔
15
    }
5✔
16
}
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