Generate coverage report

This commit is contained in:
Toby Jaffey 2025-12-13 17:53:55 +00:00
parent 1e5555f66d
commit 2e1f4d3f93
5 changed files with 28 additions and 4 deletions

View file

@ -35,3 +35,7 @@ RUN apt-get install -y qemu-system-misc
# host-sdl
RUN apt-get install -y libsdl3-0 libsdl3-dev
# code coverage
RUN apt-get install -y gcovr