Skip to content

Commit 076eccf

Browse files
committed
1 parent 65109be commit 076eccf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)