From 73a612ebb188de89d3ee93ae5c42cfe48852eac3 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 8 Apr 2021 19:35:35 +0200 Subject: [PATCH] cat content of lcov.info --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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