From 2acc57e8d6ce154b0a8837215306e594273d71bc Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 4 May 2025 11:22:56 -0400 Subject: [PATCH] remove --gcov-object-directory --- .github/workflows/CI.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec319c40..202060a0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -639,7 +639,6 @@ jobs: (steps.test.outcome == 'success' || steps.test.outcome == 'failure') working-directory: ${{ steps.test.outputs.buildpath }} run: | - sudo chmod -R 777 ${{ steps.test.outputs.buildpath }} ls -Ra ${{ steps.python.outputs.python-path }} -m pip install gcovr @@ -648,7 +647,6 @@ jobs: --exclude-throw-branches \ --exclude-unreachable-branches \ --filter src/ \ - --gcov-object-directory=build \ --verbose \ --xml-pretty \ -o ${{ github.workspace }}/build/coverage.xml