From 981e054a2919d548bf8f57868450b42a7cf829a4 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Mon, 29 Sep 2025 16:17:37 +0300 Subject: [PATCH] ci: override `lcov.info` --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54008bd..e62e53d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,8 +111,9 @@ jobs: GIT_COMMITTER_NAME: ${{ vars.GIT_COMMITTER_NAME }} GIT_COMMITTER_EMAIL: ${{ vars.GIT_COMMITTER_EMAIL }} run: | + npx ggcp target/coverage/lcov.info target/coverage/${{ github.sha }}.lcov.info + npx ggcp target/coverage/*.info https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage/ --message='chore: add coverage for ${{ github.sha }}' npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs' - npx ggcp target/coverage/lcov.info https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage/${{ github.sha }}.lcov.info --message='chore: add coverage for ${{ github.sha }}' smoke-node: if: github.event_name == 'pull_request'