remove --gcov-object-directory

This commit is contained in:
ReenigneArcher
2025-05-04 11:22:56 -04:00
parent 3d731a21e6
commit 2acc57e8d6

View File

@@ -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