-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix: OtelRules initialized to wrong path #301
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #301 +/- ##
=======================================
Coverage 82.86% 82.86%
=======================================
Files 24 24
Lines 1033 1033
=======================================
Hits 856 856
Misses 144 144
Partials 33 33 ☔ View full report in Codecov by Sentry. |
6cced09
to
16cc1be
Compare
16cc1be
to
09db4af
Compare
tool/preprocess/preprocess.go
Outdated
@@ -867,7 +873,7 @@ func (dp *DepProcessor) setupDeps() error { | |||
return err | |||
} | |||
|
|||
// Run go mod tidy first to fetch all dependencies | |||
// Run go mod t idy first to fetch all dependencies |
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.
Better to fix the comment
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.
Good catch! Let me fix it then.
* fix: OtelRules initialized to wrong path
fix for #291
I made mistakes on otel_rules initialization and corresponding removal, I need to revise it