uruk-project / Jwt

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

Add GitHub Actions #466

Closed ycrumeyrolle closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #466 into master will decrease coverage by 2.09%. The diff coverage is 45.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
- Coverage   63.40%   61.30%   -2.10%     
==========================================
  Files         158      158              
  Lines        8634     8838     +204     
  Branches     1449     1466      +17     
==========================================
- Hits         5474     5418      -56     
- Misses       2633     2897     +264     
+ Partials      527      523       -4     
Impacted Files Coverage Δ
src/JsonWebToken/Cryptography/AesGcmDecryptor.cs 0.00% <0.00%> (-47.83%) :arrow_down:
src/JsonWebToken/Cryptography/AesGcmEncryptor.cs 0.00% <0.00%> (-56.53%) :arrow_down:
...rc/JsonWebToken/Cryptography/AesGcmKeyUnwrapper.cs 0.00% <0.00%> (-69.24%) :arrow_down:
src/JsonWebToken/Cryptography/AesGcmKeyWrapper.cs 0.00% <0.00%> (-78.95%) :arrow_down:
src/JsonWebToken/Cryptography/RsaKeyUnwrapper.cs 37.68% <7.14%> (-14.96%) :arrow_down:
src/JsonWebToken/EncryptedJwtDescriptor.cs 78.57% <70.00%> (-2.54%) :arrow_down:
src/JsonWebToken/JwtReader.cs 80.51% <80.00%> (-1.35%) :arrow_down:
src/JsonWebToken/KeyManagementAlgorithm.cs 75.97% <100.00%> (ø)
src/JsonWebToken/JwtHeaderCache.cs 33.33% <0.00%> (-55.71%) :arrow_down:
... and 46 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 fe37902...a4c99de. Read the comment docs.