-
-
Notifications
You must be signed in to change notification settings - Fork 77
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: support PPDB embedded sources #734
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #734 +/- ##
==========================================
+ Coverage 72.93% 73.24% +0.30%
==========================================
Files 69 69
Lines 14726 14914 +188
==========================================
+ Hits 10741 10924 +183
- Misses 3985 3990 +5 |
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, just a small nit related to potential panics.
Co-authored-by: Arpad Borsos <swatinem@swatinem.de> Co-authored-by: Sebastian Zivota <loewenheim@users.noreply.github.com>
Co-authored-by: Arpad Borsos <swatinem@swatinem.de>
Mind merging this? The new linter issue is not related to this PR, seem like the linter got updated? |
yes, there was a Rust update yesterday. Well its a required CI check so I can’t merge without it :-D |
should be fixed now |
Alternative 1 in #725
Next steps: is there anything else that needs to happen in symbolicator so that it works e2e?