Skip to content

Instantly share code, notes, and snippets.

@kartben
Created June 19, 2025 14:08
Show Gist options
  • Save kartben/c96bae07317fde8950dc517be6fb3eb2 to your computer and use it in GitHub Desktop.
Save kartben/c96bae07317fde8950dc517be6fb3eb2 to your computer and use it in GitHub Desktop.
python3 -m coverxygen --xml-dir doc/_build/doxygen/xml/ --src-dir include/ --output doc-coverage.info && \
lcov --remove doc-coverage.info \*/deprecated > new.info && \
genhtml --no-function-coverage --no-branch-coverage new.info -o coverage-report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment