mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Build a code coverage report with gcov and lcov (#1221)
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,9 +3,13 @@
|
||||
/rgbfix
|
||||
/rgbgfx
|
||||
/rgbshim.sh
|
||||
/coverage/
|
||||
*.o
|
||||
*.exe
|
||||
*.dll
|
||||
*.gcno
|
||||
*.gcda
|
||||
*.gcov
|
||||
.checkpatch-camelcase.*
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
|
||||
Reference in New Issue
Block a user