Skip to content

Conversation

stevegrunwell
Copy link
Owner

Instead of composer test for PHPUnit, composer static-analysis for PHPStan, etc. group them all under the "test" namespace.

  • test:unit: PHPUnit
  • test:analysis: PHPStan
  • test:standards: PHP_CodeSniffer
  • test:coverage: Generate code coverage report
  • test:all: Run everything but coverage
  • test: alias for test:all

Instead of `composer test` for PHPUnit, `composer static-analysis` for PHPStan, etc. group them all under the "test" namespace.

* `test:unit`: PHPUnit
* `test:analysis`: PHPStan
* `test:standards`: PHP_CodeSniffer
* `test:coverage`: Generate code coverage report
* `test:all`: Run everything but coverage
* `test`: alias for `test:all`
@stevegrunwell stevegrunwell enabled auto-merge July 11, 2025 20:28
@coveralls
Copy link

Coverage Status

coverage: 98.592%. remained the same
when pulling 3d330cf on update/composer-scripts
into 1c6b4a7 on develop.

@stevegrunwell stevegrunwell disabled auto-merge July 11, 2025 20:29
@stevegrunwell stevegrunwell merged commit 4c020cd into develop Jul 11, 2025
14 checks passed
@stevegrunwell stevegrunwell deleted the update/composer-scripts branch July 11, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants