Created
June 19, 2025 14:08
-
-
Save kartben/c96bae07317fde8950dc517be6fb3eb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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