Closed epage closed 6 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
crates/snapbox/src/data/mod.rs | 5 | 9 | 55.56% | ||
crates/snapbox/src/cmd.rs | 0 | 8 | 0.0% | ||
<!-- | Total: | 11 | 23 | 47.83% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
crates/snapbox/src/cmd.rs | 3 | 34.01% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 9130796111: | 0.04% |
Covered Lines: | 1342 |
Relevant Lines: | 2585 |
This has everything from #292 except the removal of
Into<Data>
which is a breaking change meant to make it easier to discover what typesIntoData
can be used on.