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: