Skip to content

Commit 1205b18

Browse files
committed
Remove redundant PHPUnit test execution step in workflow
The PHPUnit test execution step was redundant and has been removed to streamline the workflow. Test coverage badge generation remains intact to ensure coverage status is updated.
1 parent e11f8e0 commit 1205b18

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/phpunit-coverage-badge.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ jobs:
3535
- name: PHP Version
3636
run: php --version
3737

38-
# Code quality
39-
40-
- name: Execute tests (Unit and Feature tests) via PestPHP
41-
# Set environment
42-
env:
43-
XDEBUG_MODE: coverage
44-
run: vendor/bin/phpunit --coverage-clover --testsuite=ci clover.xml
45-
4638
- name: Generate test coverage badge
4739
uses: timkrase/phpunit-coverage-badge@v1.2.1
4840
with:

0 commit comments

Comments
 (0)