uruk-project / Jwt

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

Remove static vector creation #482

Closed ycrumeyrolle closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #482 into master will decrease coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #482      +/-   ##
==========================================
- Coverage   63.51%   63.23%   -0.29%     
==========================================
  Files         158      158              
  Lines        8939     8751     -188     
  Branches     1468     1468              
==========================================
- Hits         5678     5534     -144     
+ Misses       2711     2667      -44     
  Partials      550      550              
Impacted Files Coverage Δ
src/JsonWebToken/Cryptography/HmacSha2.cs 96.66% <100.00%> (-0.11%) :arrow_down:
src/JsonWebToken/Cryptography/Sha256.cs 95.61% <100.00%> (+0.06%) :arrow_up:
src/JsonWebToken/Cryptography/Sha512.cs 92.98% <100.00%> (+0.32%) :arrow_up:
src/JsonWebToken/Cryptography/RsaKeyWrapper.cs 72.72% <0.00%> (-3.59%) :arrow_down:
src/JsonWebToken/Cryptography/RsaKeyUnwrapper.cs 34.42% <0.00%> (-3.26%) :arrow_down:
src/JsonWebToken/JwtDescriptor.cs 29.33% <0.00%> (-2.32%) :arrow_down:
src/JsonWebToken/Internal/SymmetricSigner.cs 54.71% <0.00%> (-1.89%) :arrow_down:
src/OpenIdConnect/VectorOfTrust.cs 52.63% <0.00%> (-1.22%) :arrow_down:
src/JsonWebToken/JwtPayloadParser.cs 69.66% <0.00%> (-1.18%) :arrow_down:
src/JsonWebToken/ThrowHelper.cs 15.30% <0.00%> (-1.03%) :arrow_down:
... and 33 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 86591a3...20aac5a. Read the comment docs.