Browse Source
Merge pull request #49833 from nextcloud/chore/noid/coverage
chore: ignore vendor-bin for coverage
pull/49895/head
Daniel
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
.github/workflows/files-external.yml
-
tests/phpunit-autotest.xml
|
|
|
@ -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> |
|
|
|
|