From 6fa44a46c9aa9588e210b8851d2c2ab6a8faa9f1 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 15 Jul 2024 13:20:58 +0200 Subject: [PATCH] ci: only report the test script --- .github/workflows/kcov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kcov.yml b/.github/workflows/kcov.yml index a76561f..1f1c317 100644 --- a/.github/workflows/kcov.yml +++ b/.github/workflows/kcov.yml @@ -19,7 +19,7 @@ jobs: - name: Example with a bash script (running on Docker kcov/kcov) uses: sudo-bot/action-kcov@latest with: - cli-args: "--dump-summary ./coverage ./.github/workflows/test.sh" + cli-args: "--dump-summary --include-path=./.github/workflows/test.sh ./coverage ./.github/workflows/test.sh" - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4