Skip to content

Commit f2354dd

Browse files
committed
fixed workflow configuration
1 parent 1c12419 commit f2354dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: composer self-update && composer install && composer dump-autoload
1515
- name: Run tests and collect coverage
16-
run: vendor/bin/phpunit --coverage-clover coverage.xml .
16+
run: vendor/bin/phpunit --coverage-clover coverage.xml
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v5
1919
env:

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
</source>
3535
<coverage pathCoverage="false" ignoreDeprecatedCodeUnits="true" disableCodeCoverageIgnore="false">
3636
<report>
37-
<clover outputFile="coverage.xml"/>
3837
<html outputDirectory=".coverage"/>
3938
</report>
4039
</coverage>

0 commit comments

Comments
 (0)