Now have good coverage on map but need to actually confirm results in the test.

This commit is contained in:
Zed A. Shaw 2024-11-29 11:24:23 -05:00
parent 97255eb813
commit d0d62836e3
5 changed files with 61 additions and 7 deletions

View file

@ -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/