Add code coverage and testing CI stuff

This commit is contained in:
pmb
2025-06-25 10:53:48 -07:00
parent 2e090e02fb
commit 42c3bba68e
5 changed files with 355 additions and 0 deletions
+8
View File
@@ -24,6 +24,14 @@ test_handler
*.swp
*.swo
# Coverage files
*.gcda
*.gcno
*.gcov
coverage/
coverage.info
coverage_filtered.info
# OS generated files
.DS_Store
.DS_Store?