Szymon Paluchowski
Szymon Paluchowski
1. Set env var ``` CARGO_HOME=~/.cargo ``` 2. Execute `cargo kcov -v` ``` [..] Running "kcov" "--exclude-pattern=~/.cargo" [...] " ``` Which will not exclude anything. It looks like $CARGO_HOME real...
There's an issue when running **cargo-kcov** on **macos**. ``` cargo kcov -v Clean [..] Build test executables Coverage found the following executables: ["..."] Running "kcov" "--exclude-pattern=/Users/user/.cargo" "--exclude-pattern=/Users/travis/build/rust-lang/rust/" [...]``` And execution...
Hi! Echoed is awesome, but are there any plans to support Vitest as well?