-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change path_fixes to report_fixes #224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you elaborate more on why we're doing this? I can see that worker is expecting path_fixes to be in the stored report
https://github.com/codecov/worker/blob/main/services/report/parser/version_one.py#L27
Hm, it looks like the renaming will have to happen in the worker as well. @drazisil-codecov pointed out that what is happening in |
but I can see that the legacy way to get and build path fixes in worker is the same in the CLI, is this a matter of naming only? |
Yes, for the most part I think this is a naming issue, and it seems to exist in the uploader/legacy version as well I am curious to know if we should be using this: |
This shouldn't be a breaking change because the worker now handles the field being named "path_fixes" and "report_fixes" in codecov/worker#58, which this PR depends on. |
@joseph-sentry is there any update on this? |
This is ready for another review |
71a1eac
to
cecd83f
Compare
Codecov Report
@@ Coverage Diff @@
## main #224 +/- ##
=======================================
Coverage 95.55% 95.55%
=======================================
Files 79 79
Lines 2745 2745
=======================================
Hits 2623 2623
Misses 122 122
Flags with carried forward coverage won't be shown. Click here to find out more.
|
9261561
to
ced40e9
Compare
ced40e9
to
bf9c4bb
Compare
@joseph-sentry any movement here? |
bf9c4bb
to
e4b209e
Compare
Signed-off-by: joseph-sentry <[email protected]>
e4b209e
to
5726dc4
Compare
Fixes: #207
Depends on: codecov/worker#58