gitmalong

Results 54 comments of gitmalong

```rust cd mypackage # workspace member cargo tarpaulin --exclude-files ../* -p appsuite-mypackage ``` That does not work in my case. It reports coverage for all packages (even non workspace members...

I am currently busy with projects but if there is a monetary incentive I am happy to help out (my email is on my profile site and I also do...

Can confirm the bug still exists in sqlx v0.6.2 with rustc 1.67.0-nightly. Workaround attempt with `query_as!(Option, "..")` fails with ``` comparison operators cannot be chained use `::` instead of ``...

Are you still working on the topic @sprudel ? Asking because I am in a similar need.