taiki-e / cargo-llvm-cov

Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
Apache License 2.0
933 stars 57 forks source link

Please add `Cargo.lock` to the repo #182

Closed wucke13 closed 2 years ago

wucke13 commented 2 years ago

This is a program, not a library. Thus, according to the Rust docs, the Cargo.lock should be checked in into the repo. That allows for example for package managers to package cargo-llvm-cov in a reproducible way (since all dependencies are locked via the Cargo.lock.

wucke13 commented 2 years ago

Related and probably addressed by https://github.com/taiki-e/cargo-llvm-cov/pull/152#issuecomment-1107055622.