-
Notifications
You must be signed in to change notification settings - Fork 775
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
support specified-delete in asts #1734
support specified-delete in asts #1734
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1734 +/- ##
==========================================
+ Coverage 47.91% 49.17% +1.25%
==========================================
Files 162 191 +29
Lines 23491 19595 -3896
==========================================
- Hits 11256 9636 -1620
+ Misses 11014 8701 -2313
- Partials 1221 1258 +37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
99242e1
to
a6e1d2a
Compare
a6e1d2a
to
cf50f43
Compare
649e76e
to
14d8fd8
Compare
16b2ecf
to
c5f0089
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
c5f0089
to
eb2e8d0
Compare
Signed-off-by: Abner-1 <[email protected]>
eb2e8d0
to
a9206e7
Compare
/lgtm |
1 similar comment
/lgtm |
Signed-off-by: Abner-1 <[email protected]>
Signed-off-by: Abner-1 <[email protected]>
Signed-off-by: Abner-1 <[email protected]>
Ⅰ. Describe what this PR does
support specified-delete in asts
Ⅱ. Does this pull request fix one issue?
fixes #951
Ⅲ. Describe how to verify it
Ⅳ. Special notes for reviews