@@ -142,27 +142,15 @@ jobs:
142
142
run : |
143
143
cat adaptived/tests/ftests/ftests-wrapper.sh.log
144
144
cat adaptived/tests/ftests/ftests-c-wrapper.sh.log
145
- - name : Archive test logs
146
- if : ${{ always() }}
147
- uses : actions/upload-artifact@v4
148
- with :
149
- name : Adaptived functional test logs
150
- path : adaptived/tests/*/*.log
151
145
- name : Collate code coverage results
152
146
uses : ./.github/actions/code-coverage
153
147
- name : Upload code coverage results
154
148
uses : coverallsapp/github-action@master
155
149
with :
156
150
github-token : ${{ secrets.GITHUB_TOKEN }}
157
151
path-to-lcov : ./lcov.total
158
- flag-name : " Adaptived Functional Tests"
152
+ flag-name : " Adaptived Functional Tests - cgv1 "
159
153
parallel : True
160
- - name : Archive code coverage results
161
- if : ${{ always() }}
162
- uses : actions/upload-artifact@v4
163
- with :
164
- name : Adaptived Functional Tests Code Coverage
165
- path : lcov.*
166
154
167
155
functional_tests_cgv2 :
168
156
name : Adaptived Functional Tests v2
@@ -185,27 +173,15 @@ jobs:
185
173
run : |
186
174
cat adaptived/tests/ftests/ftests-wrapper.sh.log
187
175
cat adaptived/tests/ftests/ftests-c-wrapper.sh.log
188
- - name : Archive test logs
189
- if : ${{ always() }}
190
- uses : actions/upload-artifact@v4
191
- with :
192
- name : Adaptived functional test logs
193
- path : adaptived/tests/*/*.log
194
176
- name : Collate code coverage results
195
177
uses : ./.github/actions/code-coverage
196
178
- name : Upload code coverage results
197
179
uses : coverallsapp/github-action@master
198
180
with :
199
181
github-token : ${{ secrets.GITHUB_TOKEN }}
200
182
path-to-lcov : ./lcov.total
201
- flag-name : " Adaptived Functional Tests"
183
+ flag-name : " Adaptived Functional Tests - cgv2 "
202
184
parallel : True
203
- - name : Archive code coverage results
204
- if : ${{ always() }}
205
- uses : actions/upload-artifact@v4
206
- with :
207
- name : Adaptived Functional Tests Code Coverage
208
- path : lcov.*
209
185
210
186
finalize :
211
187
name : Finalize the test run
0 commit comments