swarnim-deepsource / dummy-rust-test

Errors detected in .deepsource.toml. Additional properties are not allowed ('cyclomaticcomplexitythreshold' was unexpected) in meta for analyzer "rust" (Docs)

Lines not covered in tests TCV-001
Coverage
Critical
1 occurrence in this check
Lines not covered in tests
 1fn main() {
 2    if false {
 3        // this is untouched comment 4        // this is untouched comment 5        // this is untouched comment 6    } print!("main");
 7}
 8