Merge pull request #49833 from nextcloud/chore/noid/coverage

chore: ignore vendor-bin for coverage
This commit is contained in:
Daniel 2024-12-17 16:20:14 +01:00 committed by GitHub
commit fe90aa3ffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -74,7 +74,7 @@ jobs:
./occ app:enable --force files_external
- name: PHPUnit
run: composer run test:files_external \
run: composer run test:files_external -- \
${{ matrix.coverage && ' --coverage-clover ./clover.xml' || '' }}
- name: Upload code coverage

View file

@ -30,6 +30,7 @@
<directory suffix=".php">../build</directory>
<directory suffix=".php">../lib/composer</directory>
<directory suffix=".php">../tests</directory>
<directory suffix=".php">../vendor-bin</directory>
</exclude>
</coverage>
<listeners>