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