Sphereon-Opensource / SIOP-OID4VP

Self Issued OpenID Provider v2 (SIOP) with optional OpenID for Verifiable Presentations (OpenID4VP)
77 stars 25 forks source link

Feature/onto 58 - added PEManger class for handling interactions between this library and @speahreon/pe-js library #2

Closed sksadjad closed 3 years ago

sksadjad commented 3 years ago

Added PE-JS support to did-auth-siop library

codecov-commenter commented 3 years ago

Codecov Report

Merging #2 (5b89e6a) into develop (b593d80) will decrease coverage by 0.37%. The diff coverage is 74.48%.

:exclamation: Current head 5b89e6a differs from pull request most recent head 31f7bea. Consider uploading reports for the commit 31f7bea to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #2      +/-   ##
===========================================
- Coverage    88.41%   88.03%   -0.38%     
===========================================
  Files           23       25       +2     
  Lines          820      886      +66     
  Branches       159      170      +11     
===========================================
+ Hits           725      780      +55     
- Misses          94      105      +11     
  Partials         1        1              
Flag Coverage Δ
unittest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main/AuthenticationResponse.ts 88.00% <ø> (ø)
.../main/schemas/AuthenticationResponseOpts.schema.ts 100.00% <ø> (ø)
src/main/types/SIOP.types.ts 95.94% <ø> (ø)
src/main/OP.ts 84.41% <44.44%> (-5.30%) :arrow_down:
src/main/PEManager.ts 53.48% <53.48%> (ø)
src/main/AuthenticationRequest.ts 91.54% <100.00%> (+0.24%) :arrow_up:
src/main/functions/ObjectUtils.ts 100.00% <100.00%> (ø)
src/main/index.ts 100.00% <100.00%> (ø)
src/main/types/Errors.ts 100.00% <100.00%> (ø)
src/main/functions/DidJWT.ts 85.57% <0.00%> (+13.46%) :arrow_up:

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 b593d80...31f7bea. Read the comment docs.