Skip to content

Commit 55f1502

Browse files
committed
ci: fix coverage base-from path
1 parent 3048ec0 commit 55f1502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
GIT_COMMITTER_EMAIL: ${{ vars.GIT_COMMITTER_EMAIL }}
113113
run: |
114114
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 }}'
115+
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 }}'
116116
npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs'
117117
118118
smoke-node:

0 commit comments

Comments
 (0)