-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add trailer parsing logic #11269
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
base: master
Are you sure you want to change the base?
Add trailer parsing logic #11269
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #11269 +/- ##
==========================================
- Coverage 98.84% 98.84% -0.01%
==========================================
Files 131 131
Lines 43262 43258 -4
Branches 2327 2326 -1
==========================================
- Hits 42761 42757 -4
Misses 346 346
Partials 155 155
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #11269 will not alter performanceComparing Summary
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… add-trailer-parser
This adds trailer parsing to the parsing logic. First step towards #1652.
It does not yet expose the trailers, so there are no visible user changes, but paves the way for a future PR to add the public API to these.