Skip to content

Commit 6ad4e7c

Browse files
committed
Fixed code coverage report
This commit adds the environment variables to allow code coverage to be reported on the php7.2 test job.
1 parent e41e0e4 commit 6ad4e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
test72:
4646
environment:
4747
CC_TEST_REPORTER_ID: 12e3510bd320a9a0acecb33d12f6c95318256eab19ffd3cca5520705140ba836
48+
XDEBUG_MODE: coverage
4849
docker:
4950
- image: circleci/php:7.2-cli
5051
steps:

0 commit comments

Comments
 (0)