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

chore: update the go.mod file to fix minor issues #883

Merged

Conversation

HarikrishnanBalagopal
Copy link
Contributor

Signed-off-by: Harikrishnan Balagopal harikrishmenon@gmail.com

@HarikrishnanBalagopal HarikrishnanBalagopal changed the title fix: reduce priority of the console dotnet transformer due to issues with it not detecting child projects fix: minor issues Sep 29, 2022
@github-actions
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@github-actions github-actions bot added the fix label Sep 29, 2022
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
@github-actions
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@HarikrishnanBalagopal HarikrishnanBalagopal changed the title fix: minor issues chore: update the go.mod file to fix minor issues Sep 29, 2022
@github-actions github-actions bot added chore Maintenance work to keep everything working correctly. and removed fix labels Sep 29, 2022
@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Base: 18.40% // Head: 18.40% // No change to project coverage 👍

Coverage data is based on head (074cd1c) compared to base (6ee8f6b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #883   +/-   ##
=======================================
  Coverage   18.40%   18.40%           
=======================================
  Files          46       46           
  Lines        3672     3672           
=======================================
  Hits          676      676           
  Misses       2831     2831           
  Partials      165      165           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

relpath, err := filepath.Rel(inputPath, path)
if err != nil {
logrus.Errorf("failed to make the directory %s relative to the input directory %s . Error: %q", path, inputPath, err)
continue
Copy link
Member

Choose a reason for hiding this comment

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

Since it is only for log, we need not continue, but rather print error and proceed to log.

Copy link
Contributor Author

@HarikrishnanBalagopal HarikrishnanBalagopal Oct 2, 2022

Choose a reason for hiding this comment

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

Even if it is only for log it should not fail. I have made the change.

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
@ashokponkumar ashokponkumar merged commit e91213d into konveyor:main Oct 2, 2022
@HarikrishnanBalagopal HarikrishnanBalagopal deleted the chore/updategomodfile branch October 7, 2022 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance work to keep everything working correctly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants