Closed driehle closed 2 years ago
The coverage-checker script is not needed anymroe, as the coverage is directly reported in the workflows using Codecov.
The updated composer scripts allow developers to run all checks at once including static analysis using composer check.
composer check
This PR is essentially the same as https://github.com/doctrine/DoctrineModule/pull/747.
The coverage-checker script is not needed anymroe, as the coverage is directly reported in the workflows using Codecov.
The updated composer scripts allow developers to run all checks at once including static analysis using
composer check
.This PR is essentially the same as https://github.com/doctrine/DoctrineModule/pull/747.