From f8fc95a106337babe6310e9be8364c5047a6e881 Mon Sep 17 00:00:00 2001 From: muraca Date: Thu, 14 Dec 2023 16:01:29 +0100 Subject: [PATCH] fixed lcov report generation Signed-off-by: muraca --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a746092d5..c94b1437d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository name: Generate lcov report run: cargo llvm-cov report --lcov --output-path lcov.info - --ignore-filename-regex "node/" + --ignore-filename-regex "node" --release - if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository name: Report code coverage