A Python tool to parse and convert various code analyzer outputs into CodeChecker format. It can create HTML reports from analyzer outputs and store them in a CodeChecker server.
# Create a Python virtualenv and set it as your environment
make venv
source $PWD/venv/bin/activate
# Build and install report-converter package
make package# Convert analyzer output to CodeChecker format
report-converter --type clang-tidy --output /path/to/reports clang-tidy-output.txt
# Generate HTML report
plist-to-html --input /path/to/reports/*.plist --output /path/to/htmlFor comprehensive documentation, including:
- Complete list of supported analyzers
- Detailed usage examples
- Configuration options
- Troubleshooting guide
Please visit our official documentation.
- Python >= 3.8
This project is licensed under the Apache License 2.0 - see the LICENSE.txt file for details.
CodeChecker Team (Ericsson)