From fcf2541f674ed855b6c25a237a65bf3e3fb092e4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 13 Apr 2021 22:53:00 +0200 Subject: [PATCH] use absolute path --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9c91489c..e2f21d785 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -266,7 +266,7 @@ jobs: uses: romeovs/lcov-reporter-action@v0.2.21 with: github-token: ${{ secrets.GITHUB_TOKEN }} - lcov-file: ~/coverage/lcov.info + lcov-file: /home/runner/coverage/lcov.info ########################################################################## # COVERALLS REPORT FRONTEND ############################################## ##########################################################################