-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
raise error for content_filter #849
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #849 +/- ##
===========================================
+ Coverage 26.63% 51.07% +24.44%
===========================================
Files 28 28
Lines 3725 3728 +3
Branches 847 890 +43
===========================================
+ Hits 992 1904 +912
+ Misses 2660 1625 -1035
- Partials 73 199 +126
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
TY for keeping me involved
* raise error for content_filter * use the code field * simplify
* FAQ about OOM * reduce -> resolve
* raise error for content_filter * use the code field * simplify
Why are these changes needed?
Raise content_filter error to match the behavior in v0.1, following #757.
Related issue number
Close #279
Checks