Displaying 1 result from an estimated 1 matches for "4b511026".
2018 Dec 28
2
LLVM Coverage Viewer
Hi All,
I created a CLI tool that converts llvm coverage report JSON to a single
HTML file that can be viewed locally. The tool is distributed from npm here
https://www.npmjs.com/package/llvm-coverage-viewer . The code is hosted on
github here https://github.com/hooddanielc/llvm-coverage-viewer. For any
questions or concerns, please let me know or make an issue on github page.
Hope this helps,