We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66002c5 commit 238fda0Copy full SHA for 238fda0
.github/workflows/integration-tests.yml
@@ -137,6 +137,7 @@ jobs:
137
POSTGRES_DB: postgres_doctrine_test
138
POSTGRES_USER: postgres
139
POSTGRES_PASSWORD: postgres
140
+ XDEBUG_MODE: ${{ matrix.calculate-code-coverage == true && 'coverage' || 'off' }}
141
142
- name: Upload coverage results to Coveralls
143
if: matrix.calculate-code-coverage == true
.github/workflows/unit-tests.yml
@@ -111,6 +111,8 @@ jobs:
111
112
- name: Run unit test suite
113
run: composer run-unit-tests
114
+ env:
115
116
117
118
0 commit comments