From 62d0be58e77a1cb0d9ac00e28cf51b2967b58a1c Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Sun, 5 May 2024 14:14:06 +0200 Subject: [PATCH] ci: Run test against kcov instead of a shell script --- .github/workflows/generic-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generic-build.sh b/.github/workflows/generic-build.sh index 497cbd4a..aae3c011 100644 --- a/.github/workflows/generic-build.sh +++ b/.github/workflows/generic-build.sh @@ -43,9 +43,9 @@ run () { fi chmod u+x .github/workflows/test-executable.sh - kcov --include-pattern=test-executable.sh coverage .github/workflows/test-executable.sh + kcov --include-pattern=configuration.cc coverage /usr/local/bin/kcov - local coverage="$(