mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #49833 from nextcloud/chore/noid/coverage
chore: ignore vendor-bin for coverage
This commit is contained in:
commit
fe90aa3ffe
2 changed files with 2 additions and 1 deletions
2
.github/workflows/files-external.yml
vendored
2
.github/workflows/files-external.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue