[BUG] Unexpected working directory since recent update #1767
Labels
Area: Report Upload
Issues with pre-ingest report uploading
bug
Something isn't working
Eng Area: Codecov GitHub Action
Medium
Medium Priority Issues (to be fixed or re-evaluated in 3 months
Describe the bug
(I think) since one of the updates at/on v4/v5 the default working directory of the action is changed.
Previously it seemed to always run in
$GITHUB_WORKSPACE
but now it uses whatever folder is set by the previous step.This is a problem because the relevant source files will not be found, especially due to a bug in the CLI tool and hence the path fixup are not done and the coverage report will be wrong, e.g. showing many new files that cannot be associated with files in the repo
To Reproduce
Steps to reproduce the behavior:
/__w/
Expected behavior
Default
working-directory
should likely be$GITHUB_WORKSPACE
such that the report is correct.Regression
Not exactly sure which version did work or if this was a change from GitHub actions triggering this
Product Area
Coverage
Versions
Commit and CI link
CI run
The text was updated successfully, but these errors were encountered: