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

getdozer / dozer / 3977575075

pending completion
3977575075

push

github

GitHub
Chore/apply flags config (#664)

139 of 139 new or added lines in 10 files covered. (100.0%)

22504 of 34428 relevant lines covered (65.37%)

72228.09 hits per line

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

0.0
/dozer-orchestrator/src/cli/tests/validation.rs
1
use dozer_types::{models::app_config::Config, serde_yaml};
2

3
use crate::cli::tests::helper::*;
4

5
#[test]
×
6
fn test_minimal_config() {
×
7
    let test_str = minimal_config();
×
8
    let config: Config = serde_yaml::from_str::<Config>(test_str).unwrap();
×
9
    assert!(!config.connections.is_empty(), "connections are not empty");
×
10
}
×
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

© 2026 Coveralls, Inc