Skip to content

Commit 31526e4

Browse files
committed
ci: set ggcp coverage root
1 parent 605d801 commit 31526e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
DEBUG: true
114114
run: |
115115
npx ggcp target/coverage/lcov.info target/coverage/${{ github.sha }}.lcov.info
116-
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/coverage>*.info" https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/coverage --message='chore: add coverage for ${{ github.sha }}'
117117
npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs'
118118
119119
smoke-node:

0 commit comments

Comments
 (0)