We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605d801 commit 31526e4Copy full SHA for 31526e4
1 file changed
.github/workflows/ci.yaml
@@ -113,7 +113,7 @@ jobs:
113
DEBUG: true
114
run: |
115
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 }}'
+ 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 }}'
117
npx ggcp target/docs https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git/gh-pages --message='chore: update docs'
118
119
smoke-node:
0 commit comments