diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b138b50b..2ce362d0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -258,14 +258,16 @@ jobs: run: | ls ~/coverage ls ./coverage - ls ./ + pwd + cd ~ + pwd # mv /coverage/* ./coverage/ # cat ./coverage/lcov.info - name: frontend | coverage report uses: romeovs/lcov-reporter-action@v0.2.21 with: github-token: ${{ secrets.GITHUB_TOKEN }} - lcov-file: ./coverage/lcov.info + lcov-file: ~/coverage/lcov.info ########################################################################## # COVERALLS REPORT FRONTEND ############################################## ##########################################################################