uruk-project / Jwt

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

Update dotnetcore.yml #471

Closed ycrumeyrolle closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #471 into master will decrease coverage by 3.71%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #471      +/-   ##
==========================================
- Coverage   66.77%   63.06%   -3.72%     
==========================================
  Files         158      158              
  Lines       12670     8838    -3832     
  Branches     1484     1466      -18     
==========================================
- Hits         8461     5574    -2887     
+ Misses       4162     2723    -1439     
- Partials       47      541     +494     
Impacted Files Coverage Δ
...c/SecurityEventTokens/SetJsonWebTokenExtensions.cs 14.28% <0.00%> (-28.58%) :arrow_down:
src/JsonWebToken/Cryptography/RsaKeyUnwrapper.cs 37.68% <0.00%> (-26.87%) :arrow_down:
src/SecurityEventTokens/SecurityEventToken.cs 29.41% <0.00%> (-25.43%) :arrow_down:
...rc/JsonWebToken/Internal/RequiredClaimValidator.cs 40.00% <0.00%> (-24.71%) :arrow_down:
src/JsonWebToken/Internal/AlgorithmValidation.cs 0.00% <0.00%> (-23.53%) :arrow_down:
src/OpenIdConnect/RequireNonceValidator.cs 0.00% <0.00%> (-23.08%) :arrow_down:
src/OpenIdConnect/RequireAuthTimeValidator.cs 0.00% <0.00%> (-23.08%) :arrow_down:
...sonWebToken/Internal/RequiredClaimListValidator.cs 0.00% <0.00%> (-22.50%) :arrow_down:
src/JsonWebToken/Internal/TokenReplayValidator.cs 0.00% <0.00%> (-21.43%) :arrow_down:
...EventTokens/SetTokenValidationBuilderExtensions.cs 50.00% <0.00%> (-21.43%) :arrow_down:
... and 124 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 359029b...7bf106c. Read the comment docs.