taiki-e / cargo-llvm-cov

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

Add --nextest-archive-file option to report subcommand #355

Closed taiki-e closed 6 months ago

taiki-e commented 6 months ago

Support calling cargo llvm-cov report for the result of cargo llvm-cov nextest --archive-file.

https://github.com/taiki-e/cargo-llvm-cov/blob/f9c74390eed23105d0067af75ca4dd1068e52211/.github/workflows/ci.yml#L86-L88

cc @weiznich

Closes #350

weiznich commented 6 months ago

Thanks for picking up this work :heart: . I unfortunately run out of time fixing the original PR :disappointed: .