From 3fcd42c68fde51b89d41de9978ae939171c7d6f3 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Tue, 17 Oct 2023 20:01:55 +0200 Subject: [PATCH] [INFRA] Adapt coverage exclusion --- .github/workflows/ci_coverage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_coverage.yml b/.github/workflows/ci_coverage.yml index 52e3f6b6..eeef7123 100644 --- a/.github/workflows/ci_coverage.yml +++ b/.github/workflows/ci_coverage.yml @@ -93,8 +93,7 @@ jobs: ${{ github.workspace }}/build \ --filter ${{ github.workspace }}/include \ --filter ${{ github.workspace }}/src \ - --exclude ${{ github.workspace }}/src/measure_hyperloglog.cpp \ - --exclude ${{ github.workspace }}/src/display_layout \ + --exclude ${{ github.workspace }}/src/util \ --exclude-lines-by-pattern '^\s*$' \ --exclude-lines-by-pattern '^\s*};$' \ --exclude-lines-by-pattern '^.*GCOVR_EXCL_LINE.*$' \