Skip to content
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

[multimod] apply review feedback #367

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

codeboten
Copy link
Contributor

The following changes were applied:

  • remove unnecessary bool return
  • improve documentation
  • move Client interface

Fixes #366

@codeboten codeboten requested review from a team and bogdandrutu July 17, 2023 15:47
@codeboten
Copy link
Contributor Author

The only comment this PR doesn't address is whether to keep normalizeVersion. See response

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch coverage: 35.55% and project coverage change: -0.09 ⚠️

Comparison is base (071539a) 60.77% compared to head (9fac51a) 60.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
- Coverage   60.77%   60.69%   -0.09%     
==========================================
  Files          48       48              
  Lines        2320     2315       -5     
==========================================
- Hits         1410     1405       -5     
  Misses        758      758              
  Partials      152      152              
Impacted Files Coverage Δ
multimod/cmd/diff.go 40.62% <0.00%> (ø)
multimod/internal/common/git.go 49.00% <ø> (+5.48%) ⬆️
multimod/internal/diff/diff.go 62.92% <37.20%> (-21.21%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you ❤️

The following changes were applied:
- remove unnecessary bool return
- improve documentation
- move Client interface

Signed-off-by: Alex Boten <[email protected]>
Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten merged commit ce6f067 into open-telemetry:main Jul 17, 2023
@codeboten codeboten deleted the codeboten/review-feedback branch July 17, 2023 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address #350 PR comments
3 participants