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'