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