scrypto coverage command produces error, not recognizing installed llvm of proper version.
❯ scrypto coverage
Missing command: llvm-cov-17. Please install LLVM version matching rustc LLVM version, which is 17.
For more information, check https://apt.llvm.org/
Error: CoverageError(MissingLLVM)
test environment:
Apple Silicon, MacOS 14.2.1, llvm installed via homebrew
❯ llvm-config --version
17.0.6
❯ scrypto -V
scrypto 1.1.0
❯ rustup -V
rustup 1.26.0 (2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.74.1 (a28077b28 2023-12-04)`
scrypto coveragecommand produces error, not recognizing installedllvmof proper version.test environment:
Apple Silicon, MacOS 14.2.1, llvm installed via homebrew