From 9c5d1840ae8d865c3bc8732fc618cca28652842a Mon Sep 17 00:00:00 2001 From: Umputun Date: Fri, 1 Nov 2019 02:18:30 -0500 Subject: [PATCH] use short path for coverage reports --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index afcb3aaf..89787b02 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -53,8 +53,8 @@ jobs: - name: convert coverage to lcov uses: jandelgado/gcov2lcov-action@v1.0.0 with: - infile: $GITHUB_WORKSPACE/profile.cov - outfile: $GITHUB_WORKSPACE/coverage.lcov + infile: profile.cov + outfile: coverage.lcov - name: submit to coveralls uses: coverallsapp/github-action@v1.0.1