zero9178 / C-Cpp-Coverage-for-CLion

Get coverage data in CLion using gcov or llvm-cov
MIT License
38 stars 2 forks source link

Remote Host Support #18

Open jenswet opened 4 years ago

jenswet commented 4 years ago

Hi, is it supported to use gcov on a remote host? Right now it's trying to use my local Mac gcov version, which leads to the following error: 17:32 gcov returned error code 127 (Invocation and error output:): Invocation: /usr/local/bin/gcov -i -m -t -b /tmp/path/to/remote/host (show balloon)

Since WSL is supported, this might be possible too? Thanks in advance for any help!