From dd7afc09665f04fccdbf30e2ad901ca62bec5172 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Fri, 24 May 2024 15:53:02 -0400 Subject: [PATCH] damnit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 192abbe..ec61327 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: - name: Collect coverage into one XML report run: | gcovr -e test -e examples -e include --sonarqube -u -o coverage.xml \ - --gcov-ignore-parse-errors all --gcov-ignore-errors all + --gcov-ignore-parse-errors all --exclude-unreachable-branches true - name: Run sonar-scanner env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}