nats-io / nats.c

A C client for NATS
Apache License 2.0
382 stars 132 forks source link

[ADDED] Support %-encoded username/password in server URLs #765

Closed levb closed 2 months ago

levb commented 2 months ago

Fixes https://github.com/nats-io/nats.c/issues/762

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 76.19048% with 5 lines in your changes missing coverage. Please review.

Project coverage is 68.71%. Comparing base (1cb8d8c) to head (a1533fc). Report is 1 commits behind head on main.

Files Patch % Lines
src/url.c 76.19% 1 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #765 +/- ## ========================================== + Coverage 68.68% 68.71% +0.03% ========================================== Files 39 39 Lines 15186 15207 +21 Branches 3139 3143 +4 ========================================== + Hits 10431 10450 +19 + Misses 1702 1699 -3 - Partials 3053 3058 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.