uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
82 stars 13 forks source link

Optimize some buffers usage #481

Closed ycrumeyrolle closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #481 into master will decrease coverage by 0.49%. The diff coverage is 75.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #481      +/-   ##
==========================================
- Coverage   63.23%   62.74%   -0.50%     
==========================================
  Files         158      165       +7     
  Lines        8751     8697      -54     
  Branches     1468     1441      -27     
==========================================
- Hits         5534     5457      -77     
- Misses       2667     2720      +53     
+ Partials      550      520      -30     
Impacted Files Coverage Δ
src/JsonWebToken/AsymmetricJwk.cs 45.23% <ø> (+3.93%) :arrow_up:
src/JsonWebToken/Cryptography/AesBlockEncryptor.cs 0.00% <0.00%> (ø)
src/JsonWebToken/Cryptography/AesDecryptor.cs 100.00% <ø> (ø)
src/JsonWebToken/Cryptography/AesEncryptor.cs 100.00% <ø> (ø)
src/JsonWebToken/Cryptography/DirectKeyWrapper.cs 100.00% <ø> (ø)
src/JsonWebToken/KeyWrapper.cs 52.94% <ø> (ø)
src/JsonWebToken/RsaJwk.cs 63.15% <0.00%> (-3.93%) :arrow_down:
src/JsonWebToken/ThrowHelper.cs 15.00% <0.00%> (-0.31%) :arrow_down:
src/JsonWebToken/ECJwk.cs 57.29% <11.76%> (-5.30%) :arrow_down:
...rc/JsonWebToken/Cryptography/CryptographicStore.cs 13.97% <13.17%> (-45.06%) :arrow_down:
... and 75 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ca368b0...e92edf0. Read the comment docs.