-
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
feat: modularize rule #142
Conversation
83ff935
to
0ab0a72
Compare
329c0ce
to
ebfbf9e
Compare
0abe068
to
48a0a79
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #142 +/- ##
==========================================
- Coverage 64.01% 0.00% -64.02%
==========================================
Files 22 1 -21
Lines 992 17 -975
==========================================
- Hits 635 0 -635
+ Misses 332 17 -315
+ Partials 25 0 -25 ☔ View full report in Codecov by Sentry. |
The test always fails with |
09600ae
to
5d73875
Compare
All tests passed! Could I have a review? @123liuziming @yanglong1010 |
example/demo/demo | ||
test/zap/test_zap | ||
test/gorm/v1.22.0/test_gorm_crud |
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.
I believe there are more binaries to ignore
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.
Yes, let's add them when we need to
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.
The plugin tests should be runned in Go1.22 and Go1.23 now according to the latest otel sdk
5d73875
to
9e69d33
Compare
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.
LGTM, remember to resolve all the conversations
Co-authored-by: 牧思 <liuziming.lzm@alibaba-inc.com>
9e69d33
to
d48aa44
Compare
Complete #35 #44
Fix #133
This patch allows us to load any rules, including user-defined ones, at compile time.