Now have good coverage on map but need to actually confirm results in the test.
This commit is contained in:
parent
97255eb813
commit
d0d62836e3
5 changed files with 61 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -30,4 +30,4 @@ debug:
|
|||
gdb --nx -x .gdbinit builddir/roguish.exe
|
||||
|
||||
cover:
|
||||
gcovr --html coverage/coverage_report.html --gcov-ignore-errors=no_working_dir_found --exclude "scratchpad.*" --exclude "subprojects.*" --html-nested coverage/
|
||||
gcovr --html coverage/index.html --gcov-ignore-errors=no_working_dir_found --exclude "scratchpad.*" --exclude "subprojects.*" --html-nested coverage/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue