From 296cc891fb70fa281d8210146dc02a155fb7d5e5 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 13 Apr 2021 22:38:17 +0200 Subject: [PATCH] directory tests --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ############################################## ##########################################################################