Skip to content

testing: find uncovered code using `cargo-mutants`


1 remaining mutant:

MISSED   src/git.rs:318:52: replace && with || in GitContext::default_branch in 0.7s build + 1.0s test

This is a conditional parsing the output of git ls-remote which isn't really feasible to mock up testing of in the test suite.

Merge request reports

Loading