use short path for coverage reports

This commit is contained in:
Umputun
2019-11-01 02:18:30 -05:00
parent 8bfe66e725
commit 9c5d1840ae
+2 -2
View File
@@ -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