doctrine / DoctrineORMModule

Doctrine ORM Module for Laminas
https://www.doctrine-project.org/projects/doctrine-orm-module.html
MIT License
439 stars 229 forks source link

Updated composer scripts and removed coverage-checker #688

Closed driehle closed 2 years ago

driehle commented 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.

This PR is essentially the same as https://github.com/doctrine/DoctrineModule/pull/747.