Skip to content

Commit d592187

Browse files
committed
This reverts commit 076eccf.
1 parent 076eccf commit d592187

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
parallel: true
6363
format: golang
6464
flag-name: unittest-${{ matrix.clickhouse }}
65-
coverage-reporter-version: v0.6.15
6665

6766
- name: Extract GCS credentials
6867
id: secrets
@@ -185,7 +184,6 @@ jobs:
185184
parallel: true
186185
format: golang
187186
flag-name: testflows-${{ matrix.clickhouse }}
188-
coverage-reporter-version: v0.6.15
189187
# todo possible failures https://github.com/actions/upload-artifact/issues/270
190188
- name: Upload testflows logs
191189
uses: actions/upload-artifact@v4
@@ -353,7 +351,6 @@ jobs:
353351
parallel: true
354352
format: golang
355353
flag-name: integration-${{ matrix.clickhouse }}
356-
coverage-reporter-version: v0.6.15
357354
coverage:
358355
needs:
359356
- test
@@ -366,7 +363,6 @@ jobs:
366363
with:
367364
base-path: ./
368365
parallel-finished: true
369-
coverage-reporter-version: v0.6.15
370366
docker:
371367
needs:
372368
- test

0 commit comments

Comments
 (0)