xcrun llvm-cov show -instr-profile <path_of_the_Coverage.profdata_file> \ | |
<path_of_the_executable> > <name_of_the_report_file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xcrun llvm-cov show -instr-profile <path_of_the_Coverage.profdata_file> \ | |
<path_of_the_executable> > <name_of_the_report_file> |