File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ repo_root : ./
Original file line number Diff line number Diff line change @@ -191,9 +191,11 @@ jobs:
191
191
ls -la test/testflows/_coverage_
192
192
go env
193
193
go tool covdata textfmt -i test/testflows/_coverage_/ -o test/testflows/_coverage_/coverage.out
194
+ sed -i -e 's/^github.com\/Altinity\/clickhouse-backup\///g' test/testflows/_coverage_/coverage.out
194
195
- name : Report testflows coverage
195
196
uses : coverallsapp/github-action@v2
196
197
with :
198
+ base-path : ./
197
199
file : test/testflows/_coverage_/coverage.out
198
200
parallel : true
199
201
format : golang
@@ -336,9 +338,11 @@ jobs:
336
338
sudo chmod -Rv a+rw test/integration/_coverage_/
337
339
ls -la test/integration/_coverage_
338
340
go tool covdata textfmt -i test/integration/_coverage_/ -o test/integration/_coverage_/coverage.out
341
+ sed -i -e 's/^github.com\/Altinity\/clickhouse-backup\///g' test/integration/_coverage_/coverage.out
339
342
- name : Report integration coverage
340
343
uses : coverallsapp/github-action@v2
341
344
with :
345
+ base-path : ./
342
346
file : test/integration/_coverage_/coverage.out
343
347
parallel : true
344
348
format : golang
@@ -353,6 +357,7 @@ jobs:
353
357
- name : Coveralls Finished
354
358
uses : coverallsapp/github-action@v2
355
359
with :
360
+ base-path : ./
356
361
parallel-finished : true
357
362
docker :
358
363
needs :
You can’t perform that action at this time.
0 commit comments