Fix missing/incorrect file paths for in-repo addons re-exporting files into the app that are also extended/overridden in the app. #294
+110
−21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Given a repo with an in-repo-addon that re-exports a module, e.g. service, when the repo has an overriding file of what the in-repo-addon exports, then the overriding file should be included in the lcov file.
E.g., Given the following paths exists in the app
Expected: lcov file should include the following lines.
Actual: lcov file includes the wrong path, such as the following lines.