influxdata / rskafka

A minimal Rust client for Apache Kafka
Apache License 2.0
294 stars 35 forks source link

Code coverage #137

Open crepererum opened 2 years ago

crepererum commented 2 years ago

We be nice if our CI would report code coverage. This should ideally use the new LLVM-based code coverage that rustc now supports and should combine the coverage of both test runs (kafka and redpanda) together.

crepererum commented 2 years ago

https://github.com/taiki-e/cargo-llvm-cov might be helpful for this.