From 4184382fdb7db95fe20fab6be883efae0e8eb9a3 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Fri, 24 May 2024 16:08:28 -0400 Subject: [PATCH] last last try --- .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 51f294d..a2ed535 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 --exclude-unreachable-branches + --gcov-ignore-parse-errors --exclude-unreachable-branches - name: Run sonar-scanner env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}