From f0683a616c5e66db3eceb6f0bb8e4e52de3297d5 Mon Sep 17 00:00:00 2001 From: Kalin Kiesling Date: Fri, 25 Mar 2022 11:50:20 -0500 Subject: [PATCH] exclude external files from coverage --- .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 e65e630b1..050c8e287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: after_success shell: bash run: | - cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json + cpp-coveralls -i src -i include -e src/external --exclude-pattern "/usr/*" --dump cpp_cov.json coveralls --merge=cpp_cov.json --service=github finish: