Skip to content

Commit 9e8cfbe

Browse files
committed
Revert "Revert "Remove redundant PHPUnit test execution step in workflow""
This reverts commit 661fd75.
1 parent de4c708 commit 9e8cfbe

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)