-
Notifications
You must be signed in to change notification settings - Fork 123
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 null body converter #623
🐛 Fix null body converter #623
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #623 +/- ##
===========================================
- Coverage 93.05% 93.02% -0.03%
===========================================
Files 22 22
Lines 504 502 -2
===========================================
- Hits 469 467 -2
Misses 35 35 ☔ View full report in Codecov by Sentry. |
Not sure what codecov is complaining about? |
|
* ⬆️ update dependencies and linters (#615) * 📝 update build_runner reference in readme (#616) * 📄 create symlink to chopper/LICENSE (#617) * 👥 update/fix contributors (#618) * 🔒 add Security Policy (#619) * 🐛 Fix null body converter (#623) * 📦 directly export `qs.ListFormat` instead of internal wrapper (#624) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Job Guldemeester <job@dutchcodingcompany.com>
Fixed #622