From 1f16eae95c8653b58fc74a17a9c4d29a9708e3ae Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 8 May 2024 08:36:01 -0400 Subject: [PATCH] ci(coverage): add gcovr exclusions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2431ea..4ba4751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,6 +161,9 @@ jobs: ${{ steps.python-path.outputs.python-path }} -m gcovr -r .. \ --exclude '.*tests/.*' \ --exclude '.*third-party/.*' \ + --exclude-noncode-lines \ + --exclude-throw-branches \ + --exclude-unreachable-branches \ --xml-pretty \ -o coverage.xml