File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ jobs:
105
105
- name : Tests
106
106
run : make test-unit && make test-functional
107
107
108
+ - name : DEBUG
109
+ if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
110
+ run : ls -ail build/coverage-*/
111
+
108
112
# Upload to codacy first as codecov action always remove coverage files despite move_coverage_to_trash at false
109
113
- name : Upload coverages to Codacy
110
114
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
@@ -122,6 +126,10 @@ jobs:
122
126
move_coverage_to_trash : false
123
127
verbose : ${{ runner.debug == '1' }}
124
128
129
+ - name : DEBUG
130
+ if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
131
+ run : ls -ail build/coverage-*/
132
+
125
133
- name : Upload functional tests coverage to codecov
126
134
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
127
135
uses : codecov/codecov-action@v3
@@ -133,6 +141,10 @@ jobs:
133
141
move_coverage_to_trash : false
134
142
verbose : ${{ runner.debug == '1' }}
135
143
144
+ - name : DEBUG
145
+ if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
146
+ run : ls -ail build/coverage-*/
147
+
136
148
static-checks :
137
149
name : Static checks
138
150
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments