From 09f5c3212e5259d4d972d617c1c9ca9323ca16b1 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 8 Apr 2021 19:51:31 +0200 Subject: [PATCH] try paths without leading slashes --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b4d954e6..415efacf2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -255,12 +255,12 @@ jobs: # COVERAGE REPORT FRONTEND ################################################ ########################################################################## - name: show content of /coverage/lcov.info - run: cat /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 }} - lcov-file: /coverage/lcov.info + lcov-file: coverage/lcov.info #test: # runs-on: ubuntu-latest