use short path for coverage reports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user