I see now that code coverage stopped working a long time ago in CI ... it is silently failing with the following error. I'll file a JIRA and start researching this.
error: could not execute process `target/kcov-master/build/src/kcov --verify --include-path=/home/travis/build/apache/arrow/rust /home/travis/build/apache/arrow/rust/target/kcov-arrow-f04240306dd653e9 /home/travis/build/apache/arrow/rust/target/debug/deps/arrow-f04240306dd653e9` (never executed) On Wed, Mar 27, 2019 at 7:02 PM Andy Grove <andygrov...@gmail.com> wrote: > I'd like to add Rust code coverage to CI but so far I haven't had much > luck even getting it working locally with "cargo kcov" (it produces an > empty report). I was wondering if anyone else has this working and could > share the commands / configs needed? > > Thanks, > > Andy. >