Skip to content

Commit 661fd75

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ 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+
3846
- name: Generate test coverage badge
3947
uses: timkrase/phpunit-coverage-badge@v1.2.1
4048
with:

0 commit comments

Comments
 (0)