From 65ae8b597336cca9a8d2bb97773a855cbc422321 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Thu, 30 Nov 2023 12:45:56 +0100 Subject: [PATCH] Workflow update --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8a691a4d..240e4c9e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up Java 21 + - name: Set up Java uses: actions/setup-java@v1 with: java-version: 21 @@ -43,7 +43,7 @@ jobs: - name: Run build-wrapper run: | - build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make -j $(nproc) -C cpp coverage DEBUG= + build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} make -j $(nproc) -C cpp coverage DEBUG=1 - name: Generate coverage data run: gcovr --sonarqube > coverage.xml