From 2d2be7e2b38031f7cd826f78543b18a287423ad7 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 22 Jan 2026 23:18:16 +0100 Subject: fix!: reach 96% line coverage, add tests, fix bugs --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 45b6c28..e406c09 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ tests/tests *.o compile_commands.json coverage/ +examples/basic_example -- cgit