We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728bb5c commit bccfda2Copy full SHA for bccfda2
.github/workflows/CI.yml
@@ -639,7 +639,6 @@ jobs:
639
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
640
working-directory: ${{ steps.test.outputs.buildpath }}
641
run: |
642
- sudo chmod -R 777 ${{ steps.test.outputs.buildpath }}
643
ls -Ra
644
645
${{ steps.python.outputs.python-path }} -m pip install gcovr
@@ -648,7 +647,6 @@ jobs:
648
647
--exclude-throw-branches \
649
--exclude-unreachable-branches \
650
--filter src/ \
651
- --gcov-object-directory=build \
652
--verbose \
653
--xml-pretty \
654
-o ${{ github.workspace }}/build/coverage.xml
0 commit comments