From: Shane Jaroch Date: Sat, 17 Jan 2026 12:26:03 +0000 (-0500) Subject: save kcov merge? X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=1201ad562149e02e37cb7a998f923853add41693;p=gamesguru%2Fgit-remote-gcrypt.git save kcov merge? --- diff --git a/Makefile b/Makefile index af772ae..46b12b4 100644 --- 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