코딩Coding/Rust❤️Optimization❤️

tarpaulin❤️A code coverage tool for Rust projects

내인생PLUS 2023. 6. 21. 16:12
728x90


https://github.com/xd009642/tarpaulin

GitHub - xd009642/tarpaulin: A code coverage tool for Rust projects

A code coverage tool for Rust projects. Contribute to xd009642/tarpaulin development by creating an account on GitHub.

github.com



Tarpaulin is a code coverage reporting tool for the Cargo build system, named for a waterproof cloth used to cover cargo on a ship. Currently, tarpaulin provides working line coverage and while fairly reliable may still contain minor inaccuracies in the results. A lot of work has been done to get it working on a wide range of projects, but often unique combinations of packages and build features can cause issues so please report anything you find that's wrong. Also, check out our roadmap for planned features.

On Linux Tarpaulin's default tracing backend is still Ptrace and will only work on x86_64 processors. This can be changed to the llvm coverage instrumentation with --engine llvm, for Mac and Windows this is the default collection method




























반응형