mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
remove --gcov-object-directory
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user