We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3048ec0 commit 55f1502Copy full SHA for 55f1502
1 file changed
.github/workflows/ci.yaml
@@ -112,7 +112,7 @@ jobs:
112
GIT_COMMITTER_EMAIL: ${{ vars.GIT_COMMITTER_EMAIL }}
113
run: |
114
npx ggcp target/coverage/lcov.info target/coverage/${{ github.sha }}.lcov.info
115
- 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 --base-from target/coverage "*.info" https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage --message='chore: add coverage for ${{ github.sha }}'
116
npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs'
117
118
smoke-node:
0 commit comments