I'm getting this error on macOS 10.14.5 with Apple Clang:
Coverage could not be generated due to following error:
No llvm-profdata specified to accompany llvm-cov
However, both lvm-profdata and llvm-cov are in my PATH, and I'm able to generate coverage manually in terminal.
Can you please point me to a solution here?