Skip to content

Commit b8b8c6e

Browse files
committed
Update README with GitHub Actions CI/CD information
- Added section about automated testing with GitHub Actions - Documented CI/CD workflows for continuous integration - Updated development section with CI/CD capabilities
1 parent 68384e9 commit b8b8c6e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@ tests/
227227
# Test single file
228228
./vendor/bin/phpunit tests/Unit/Services/SliderServiceTest.php
229229
```
230+
- **Continuous Integration**: Automated testing via GitHub Actions:
231+
- Tests run automatically on push/PR to `master` and `development`
232+
- Code coverage reports uploaded to Codecov
233+
- Security scans performed weekly
234+
- Code quality checks with PHPStan and PHPCS
230235
- **Front-End Development**: Run `npm run dev` for live reloading during development.
231236
- **Production Build**: Generate optimized assets for production:
232237
```bash

0 commit comments

Comments
 (0)