File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6262 parallel : true
6363 format : golang
6464 flag-name : unittest-${{ matrix.clickhouse }}
65+ coverage-reporter-version : v0.6.15
6566
6667 - name : Extract GCS credentials
6768 id : secrets
@@ -184,6 +185,7 @@ jobs:
184185 parallel : true
185186 format : golang
186187 flag-name : testflows-${{ matrix.clickhouse }}
188+ coverage-reporter-version : v0.6.15
187189 # todo possible failures https://github.com/actions/upload-artifact/issues/270
188190 - name : Upload testflows logs
189191 uses : actions/upload-artifact@v4
@@ -351,6 +353,7 @@ jobs:
351353 parallel : true
352354 format : golang
353355 flag-name : integration-${{ matrix.clickhouse }}
356+ coverage-reporter-version : v0.6.15
354357 coverage :
355358 needs :
356359 - test
@@ -363,6 +366,7 @@ jobs:
363366 with :
364367 base-path : ./
365368 parallel-finished : true
369+ coverage-reporter-version : v0.6.15
366370 docker :
367371 needs :
368372 - test
You can’t perform that action at this time.
0 commit comments