Skip to content

Commit 6dad224

Browse files
committed
Attempt to configure coverage.
1 parent 148bd9f commit 6dad224

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
php_extensions: xdebug bcmath
1919
php_version: 7.3
2020
version: 9
21+
env:
22+
XDEBUG_MODE: coverage
2123

2224
- name: PHPUnit Tests PHP 8.0
2325
uses: php-actions/phpunit@master
@@ -28,3 +30,5 @@ jobs:
2830
php_extensions: xdebug bcmath
2931
php_version: 8.0
3032
version: 9
33+
env:
34+
XDEBUG_MODE: coverage

0 commit comments

Comments
 (0)