From 6a02bcadf2e8fde55b6defd075ef2d832a97932c Mon Sep 17 00:00:00 2001 From: Slach Date: Thu, 29 Aug 2024 19:56:19 +0500 Subject: [PATCH] remove sed from coverage --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 609168ba..bd7c82c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -191,7 +191,6 @@ jobs: ls -la test/testflows/_coverage_ go env go tool covdata textfmt -i test/testflows/_coverage_/ -o test/testflows/_coverage_/coverage.out - sed -i -e 's/^github.com\/Altinity\/clickhouse-backup\///g' test/testflows/_coverage_/coverage.out - name: Report testflows coverage uses: coverallsapp/github-action@v2 with: @@ -355,7 +354,6 @@ jobs: sudo chmod -Rv a+rw test/integration/_coverage_/ ls -la test/integration/_coverage_ go tool covdata textfmt -i test/integration/_coverage_/ -o test/integration/_coverage_/coverage.out - sed -i -e 's/^github.com\/Altinity\/clickhouse-backup\///g' test/integration/_coverage_/coverage.out - name: Report integration coverage uses: coverallsapp/github-action@v2 with: