Skip to content

Commit 238fda0

Browse files
no message
1 parent 66002c5 commit 238fda0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
POSTGRES_DB: postgres_doctrine_test
138138
POSTGRES_USER: postgres
139139
POSTGRES_PASSWORD: postgres
140+
XDEBUG_MODE: ${{ matrix.calculate-code-coverage == true && 'coverage' || 'off' }}
140141

141142
- name: Upload coverage results to Coveralls
142143
if: matrix.calculate-code-coverage == true

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111

112112
- name: Run unit test suite
113113
run: composer run-unit-tests
114+
env:
115+
XDEBUG_MODE: ${{ matrix.calculate-code-coverage == true && 'coverage' || 'off' }}
114116

115117
- name: Upload coverage results to Coveralls
116118
if: matrix.calculate-code-coverage == true

0 commit comments

Comments
 (0)