tempestphp / tempest-framework

The PHP framework that gets out of your way 🌊
https://tempestphp.com
MIT License
809 stars 54 forks source link

Checkup on all subsplit components #318

Closed brendt closed 4 days ago

brendt commented 1 month ago

We need to make sure all subsplits have the right dependencies and work standalone.

brendt commented 3 weeks ago

TODO:

aidan-casey commented 2 weeks ago

Individual test runs is now happening in CI on main. I am working with Coveralls to get Carryforward flags enabled for us so we can track individual coverage on each package instead of just the overall package coverage.

Next step, I think, would be to only run the test suite necessary for a PR submitted (e.g., if the database code is changed, don't test the mapper code).