diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 185a88ffd..b3d9798dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -254,7 +254,9 @@ jobs: ########################################################################## # COVERAGE REPORT FRONTEND ################################################ ########################################################################## - - uses: romeovs/lcov-reporter-action@v0.2.16 + - name: frontend | coverage report + run: cat /coverage/lcov.info + uses: romeovs/lcov-reporter-action@v0.2.16 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: /coverage/lcov.info