daviddesmet / paseto-dotnet

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET
MIT License
102 stars 7 forks source link

Update/remove unused code #93

Closed TimothyMakkison closed 1 year ago

TimothyMakkison commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Merging #93 (2a48ed0) into master (9637767) will increase coverage by 3.10%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   82.45%   85.56%   +3.10%     
==========================================
  Files         105      103       -2     
  Lines        5387     5141     -246     
  Branches      344      336       -8     
==========================================
- Hits         4442     4399      -43     
+ Misses        815      615     -200     
+ Partials      130      127       -3     
Impacted Files Coverage Δ
src/Paseto/Cryptography/Ed25519.cs 49.09% <40.00%> (+4.82%) :arrow_up:
...seto/Cryptography/Internal/ByteIntegerConverter.cs 100.00% <100.00%> (+75.69%) :arrow_up:
src/Paseto/Cryptography/Sha512.cs 85.33% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

daviddesmet commented 1 year ago

Sorry for the late follow-up @TimothyMakkison I've just merged your changes, thanks a lot for all the contributions made to the project =)