jankx / woocommerce
WooCommerce integration for Jankx Post Layout
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 4
pkg:composer/jankx/woocommerce
Requires
This package is auto-updated.
Last update: 2025-12-06 18:40:32 UTC
README
Tests Workflow
Automated testing pipeline chạy trên GitHub Actions.
Trigger
- Push to
mainordevelopbranch - Pull requests to
mainordevelop
Matrix Testing
Tests chạy trên multiple configurations:
PHP Versions:
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
Dependency Versions:
- prefer-lowest
- prefer-stable
Total: 8 test configurations (4 PHP × 2 dependency versions)
Jobs
1. Test Job
- Install dependencies
- Run PHPUnit test suite
- Generate coverage report
- Upload to Codecov
2. Code Quality Job
- Run PHPStan (static analysis)
- Run PHPCS (coding standards)
Status Badges
Add to your README.md:
[](https://github.com/username/jankx-woocommerce/actions) [](https://github.com/username/jankx-woocommerce) [](https://codecov.io/gh/username/jankx-woocommerce)
Local CI Testing
Run the same pipeline locally:
make ci
This will:
- Install dependencies
- Run all tests
- Generate coverage report
Continuous Integration ensures code quality on every commit! ✅