nats-io / jwt.net

JWT tokens signed using NKeys for Ed25519 for NATS .NET
Apache License 2.0
2 stars 5 forks source link

Fixed export type issues #9

Closed mtmk closed 3 weeks ago

mtmk commented 3 weeks ago

Comparer copied from Go implementation https://github.com/nats-io/jwt/blob/ed3fbfa49a16cf4aced84aed9d527be532730ad4/v2/exports.go#L318-L317

resolves #7 resolves #8

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 84.61538% with 6 lines in your changes missing coverage. Please review.

Project coverage is 72.75%. Comparing base (a99c1a0) to head (f022507). Report is 1 commits behind head on main.

Files Patch % Lines
NATS.Jwt/Internal/NatsJsonStringEnumConverter.cs 85.18% 2 Missing and 2 partials :warning:
NATS.Jwt/Internal/NatsExportComparer.cs 66.66% 0 Missing and 1 partial :warning:
NATS.Jwt/Internal/NatsImportComparer.cs 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9 +/- ## ========================================== + Coverage 72.25% 72.75% +0.49% ========================================== Files 41 44 +3 Lines 710 745 +35 Branches 40 47 +7 ========================================== + Hits 513 542 +29 - Misses 181 183 +2 - Partials 16 20 +4 ```

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