From 4194c8d4bbd5bc48c2f50a7377c616f147385016 Mon Sep 17 00:00:00 2001 From: skal Date: Wed, 4 Feb 2026 10:22:15 +0100 Subject: feat(tooling): Implement code coverage reporting (Task #44) Added CMake support for coverage builds and a script to generate HTML reports using lcov on macOS. Also cleaned up .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d58ca56..9408588 100644 --- a/.gitignore +++ b/.gitignore @@ -63,4 +63,5 @@ compile_commands.json *.spec BASS_SYNTH_1.wav *.aif -*.wavsrc/generated/ +*.wav +src/generated/ -- cgit v1.2.3