From eea97ae399c5bbe60f8a7d9c00f0a03d6fb08501 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 2 Jan 2025 17:23:26 +0000 Subject: [PATCH] Remove unused exclude directory --- .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 c3e45e0..1e6f8d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: uses: imciner2/run-lcov@v1 with: input_directory: ${{ github.workspace }}/build - exclude: '"$GITHUB_WORKSPACE/tests/*" "$GITHUB_WORKSPACE/examples/*" "/usr/include/x86_64-linux-gnu/bits/*"' + exclude: '"$GITHUB_WORKSPACE/tests/*" "/usr/include/x86_64-linux-gnu/bits/*"' output_file: '${{ github.workspace }}/build/coverage.info' - name: Upload coverage