assert-rs / snapbox

Snapshot testing for a herd of CLI tests
docs.rs/trycmd
Apache License 2.0
138 stars 18 forks source link

feat(data): Add IntoData for easier initialization #319

Closed epage closed 6 months ago

epage commented 6 months ago

This has everything from #292 except the removal of Into<Data> which is a breaking change meant to make it easier to discover what types IntoData can be used on.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 9131884120

Details


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 Coverage Status
Change from base Build 9130796111: 0.04%
Covered Lines: 1342
Relevant Lines: 2585

💛 - Coveralls