Build a code coverage report with gcov and lcov (#1221)

This commit is contained in:
Rangi
2023-11-07 18:03:26 -05:00
committed by GitHub
parent f3dbf17b78
commit 765ae3f484
3 changed files with 40 additions and 1 deletions

4
.gitignore vendored
View File

@@ -3,9 +3,13 @@
/rgbfix
/rgbgfx
/rgbshim.sh
/coverage/
*.o
*.exe
*.dll
*.gcno
*.gcda
*.gcov
.checkpatch-camelcase.*
CMakeCache.txt
CMakeFiles/