openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

Implemented No Op API that is used when crypto is not present #61

Closed TMSCH closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #61 into master will decrease coverage by 0.15%. The diff coverage is 84.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   91.54%   91.38%   -0.16%     
==========================================
  Files          34       34              
  Lines        1454     1486      +32     
  Branches      192      198       +6     
==========================================
+ Hits         1331     1358      +27     
- Misses        123      128       +5
Impacted Files Coverage Δ
ts/protocol/errors.ts 93.33% <100%> (+0.31%) :arrow_up:
ts/api/api.ts 90.9% <82.75%> (-1.21%) :arrow_down:

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 6f38bf2...69c3d92. Read the comment docs.

TMSCH commented 6 years ago

@tikurahul I added unit tests, PTAL.

TMSCH commented 6 years ago

Thanks Rahul!