Skip to content

Commit 28008c9

Browse files
committed
fix: use invocable controllers with DI with bind by contracts
1 parent 5b3b1eb commit 28008c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-with-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |
2828
composer global require php-coveralls/php-coveralls
29-
php-coveralls --coverage_clover=build/logs/clover-${{ matrix.php-version }}.xml -v
29+
php-coveralls --coverage_clover=build/logs/clover-${{ matrix.php-version }}.xml -v

0 commit comments

Comments
 (0)