save kcov merge?
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:26:03 +0000 (07:26 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:26:03 +0000 (07:26 -0500)
Makefile

index af772ae918eaa43c4c5818e575398a15632dff5c..46b12b4ee71fa2e83d368f104c20f6fd06b4f47f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -165,6 +165,7 @@ test/system:        ##H Run logic tests (with bash & coverage)
                  $(COV_SYSTEM)/$$(basename $$test_script) \
                  ./$$test_script; \
         done; \
+        kcov --merge $(COV_SYSTEM)/merged $(COV_SYSTEM)/system-test-*.sh; \
         sed -i 's|^#!/bin/bash|#!/bin/sh|' git-remote-gcrypt; \
         trap - EXIT