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