First coverage reports. Tests don't get near enough coverage but running the program does.

This commit is contained in:
Zed A. Shaw 2024-11-29 09:41:02 -05:00
parent 988edf13d7
commit 97255eb813
7 changed files with 127 additions and 5 deletions

View file

@ -1,11 +1,14 @@
TODAY'S GOAL:
* Neighbors needs a rewrite
* Neighbors algo isn't using greater parameter
* Think up an enemy system.
* Revisit map generation.
* How do we do coverage reports in C++?
* Better tests and more coverage.
* Clean up and document as much code as possible.
* Doxygen? Other docs tool?
TODO:
* Think up an enemy system.
* Revisit map generation.
* Write a method for renderer that can translate coordinates.
* Can std::any be defaulted to a noop in the events?
* Save file isn't saving gold.