-
Notifications
You must be signed in to change notification settings - Fork 139
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
FIXED: nats_GetJWTOrSeed to understand Windows \r\n lines #801
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #801 +/- ##
==========================================
+ Coverage 68.71% 70.53% +1.82%
==========================================
Files 39 47 +8
Lines 15207 15450 +243
Branches 3143 3181 +38
==========================================
+ Hits 10449 10898 +449
+ Misses 1700 1478 -222
- Partials 3058 3074 +16 ☔ 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.
nit: unnecessary check, but otherwise LGTM
…d Windows \r\n lines (#801)
* FIXED: nats_GetJWTOrSeed to understand Windows \r\n lites * Adjusted the test * Adjusted the test, +1 * PR feedback
A customer ran into this issue, no ticket opened.