From a61536f9d34daf94b2824eb2f3098df5f732163f Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 14 Jan 2026 23:49:24 +0100 Subject: tests: achieve 100% coverage in library code --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 80462e0..638ccdc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tests/tests .cache/ ls_queue.o compile_commands.json +coverage/ -- cgit