-
Notifications
You must be signed in to change notification settings - Fork 91
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
Handle Go Replace Exceptions #1273
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1273 +/- ##
=======================================
- Coverage 89.1% 89.1% -0.1%
=======================================
Files 361 361
Lines 27733 27742 +9
Branches 1757 1757
=======================================
+ Hits 24720 24722 +2
- Misses 2636 2643 +7
Partials 377 377 ☔ View full report in Codecov by Sentry. |
src/Microsoft.ComponentDetection.Detectors/go/GoComponentDetector.cs
Outdated
Show resolved
Hide resolved
…om/microsoft/component-detection into users/avannikumar/handleExceptions
👋 Hi! It looks like you modified some files in the
If none of the above scenarios apply, feel free to ignore this comment 🙂 |
When trying to use the replace module if the replace module path goes to a private repository it can cause an error in this case use the original path and log the warning to users that way they know as they may need to action on their end to use replace modules