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 e8c3a7b commit d843c25Copy full SHA for d843c25
.github/workflows/codecov.yml
@@ -51,7 +51,9 @@ jobs:
51
mv config/autoload/local.test.php.dist config/autoload/local.test.php
52
53
- name: Collect code coverage with PHPUnit
54
- run: vendor/bin/phpunit --colors=always --coverage-clover clover.xml
+ run: |
55
+ vendor/bin/phpunit --colors=always --coverage-clover clover.xml
56
+ php bin/doctrine orm:validate-schema --skip-sync
57
58
- name: Send code coverage report to Codecov.io
59
uses: codecov/codecov-action@v3
0 commit comments