Skip to content

Commit f1a3f81

Browse files
committed
coverage test
1 parent 646b8f6 commit f1a3f81

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
php-version: ${{ matrix.php }}
4141
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
42-
coverage: ${{ startsWith(github.event.head_commit.message, 'coverage') && matrix.php == '8.3' && matrix.laravel == '11.*' && matrix.stability == 'prefer-stable' && 'xdebug' || 'none' }}
42+
coverage: ${{ startsWith(github.event.head_commit.message, 'coverage') && matrix.php == '8.4' && matrix.laravel == '12.*' && matrix.stability == 'prefer-stable' && 'xdebug' || 'none' }}
4343

4444
- name: Install dependencies
4545
run: |
@@ -48,10 +48,10 @@ jobs:
4848
4949
- name: Execute tests
5050
run: |
51-
vendor/bin/phpunit ${{ startsWith(github.event.head_commit.message, 'coverage') && matrix.php == '8.3' && matrix.laravel == '11.*' && matrix.stability == 'prefer-stable' && '--coverage-clover=clover.xml' || '' }}
51+
vendor/bin/phpunit ${{ startsWith(github.event.head_commit.message, 'coverage') && matrix.php == '8.4' && matrix.laravel == '12.*' && matrix.stability == 'prefer-stable' && '--coverage-clover=clover.xml' || '' }}
5252
5353
- name: Make code coverage badge
54-
if: startsWith(github.event.head_commit.message, 'coverage') && matrix.php == '8.3' && matrix.laravel == '11.*' && matrix.stability == 'prefer-stable'
54+
if: startsWith(github.event.head_commit.message, 'coverage') && matrix.php == '8.4' && matrix.laravel == '12.*' && matrix.stability == 'prefer-stable'
5555
uses: timkrase/phpunit-coverage-badge@v1.2.1
5656
with:
5757
coverage_badge_path: .github/coverage.svg

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ If you discover any security related issues, please email [info@javaabu.com](mai
4444

4545
- [Javaabu Pvt. Ltd.](https://github.com/javaabu)
4646
- [Arushad Ahmed (@dash8x)](http://arushad.com)
47-
- [Arushad Ahmed (@dash8x)](https://github.com/dash8x)
4847
- [All Contributors](../../contributors)
4948

5049
## License

0 commit comments

Comments
 (0)