We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65727c commit 8dbdb62Copy full SHA for 8dbdb62
.github/workflows/frontend-cli.yml
@@ -149,9 +149,9 @@ jobs:
149
- name: copy LCOV file
150
if: ${{ hashFiles('hivemq-edge-frontend/coverage-cypress/lcov.info') != '' }}
151
run: |
152
- mkdir hivemq-edge-frontend/coverage-cypress
153
- echo hashFiles('hivemq-edge-frontend/coverage-cypress/lcov.info')
154
- cp hivemq-edge-frontend/coverage-cypress/lcov.info hivemq-edge-frontend/coverage-combined/lcov-${{ matrix.cypress.lcov_target }}.info
+ mkdir ./coverage-combined
+ echo hashFiles('./coverage-cypress/lcov.info')
+ cp ./coverage-cypress/lcov.info ./coverage-combined/lcov-${{ matrix.cypress.lcov_target }}.info
155
# uses: canastro/copy-file-action@master
156
# with:
157
# flags: '--parents'
0 commit comments