We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5461f4 commit 9c95cb0Copy full SHA for 9c95cb0
.github/workflows/tests.yml
@@ -91,5 +91,6 @@ jobs:
91
- name: Upload Coverage to Scrutinizer CI (PHP >= 8.0)
92
if: "${{ matrix.php >= '8.0' }}"
93
run: |
94
+ rm composer.lock
95
composer require scrutinizer/ocular
96
vendor/bin/ocular code-coverage:upload --repository=g/console-helpers/db-migration --format=php-clover coverage.clover
0 commit comments