From 03457b56ac40e26b1d5c91c8b62797f23df0fc58 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 8 Apr 2021 19:37:25 +0200 Subject: [PATCH] cat content of lcov.info --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3d9798dd..3b4d954e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -254,8 +254,9 @@ jobs: ########################################################################## # COVERAGE REPORT FRONTEND ################################################ ########################################################################## - - name: frontend | coverage report + - name: show content of /coverage/lcov.info run: cat /coverage/lcov.info + - name: frontend | coverage report uses: romeovs/lcov-reporter-action@v0.2.16 with: github-token: ${{ secrets.GITHUB_TOKEN }}