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