Skip to content

Commit bccfda2

Browse files
remove --gcov-object-directory
1 parent 728bb5c commit bccfda2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@ jobs:
639639
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
640640
working-directory: ${{ steps.test.outputs.buildpath }}
641641
run: |
642-
sudo chmod -R 777 ${{ steps.test.outputs.buildpath }}
643642
ls -Ra
644643
645644
${{ steps.python.outputs.python-path }} -m pip install gcovr
@@ -648,7 +647,6 @@ jobs:
648647
--exclude-throw-branches \
649648
--exclude-unreachable-branches \
650649
--filter src/ \
651-
--gcov-object-directory=build \
652650
--verbose \
653651
--xml-pretty \
654652
-o ${{ github.workspace }}/build/coverage.xml

0 commit comments

Comments
 (0)