codesa-ai/ApiCov

Collect API coverage data from C/C++ projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
install_pathThe directory where the build is installedno
root_pathThe directory where the repo is clonedyes
api_keyAPI key for uploading coverage data to the endpointyes
doxygen_pathPath to the Doxygen HTML files (optional)no
xmlUse XML mode for DocGen (true/false, default: false)nofalse
compileCompiler type (e.g., gcc). If set to "gcc", lcov will be used to generate coverage infono
api_sourceSource for API extraction: "shared-libs" (default) extracts from shared library exports, "headers" parses header files directly (useful for C++ vtables)noshared-libs
headers_dirPath to directory containing header files. If not provided, defaults to install_path/include or install_pathno
build_pathPath to build directory (where compilation happened). If not provided, auto-detects from common locationsno

no outputs