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

Turn on strict checks for Typescript, fix introduced errors #25

Closed iainmcgin closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #25 into master will increase coverage by 0.18%. The diff coverage is 97.05%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #25      +/-   ##
=========================================
+ Coverage   87.01%   87.2%   +0.18%     
=========================================
  Files          32      32              
  Lines        1255    1258       +3     
  Branches      155     159       +4     
=========================================
+ Hits         1092    1097       +5     
+ Misses        163     161       -2
Impacted Files Coverage Δ
ts/api/hint_request.ts 100% <ø> (ø) :arrow_up:
ts/protocol/data.ts 100% <ø> (ø) :arrow_up:
ts/test_utils/timeout.ts 100% <100%> (ø) :arrow_up:
ts/test_utils/frames.ts 96.15% <100%> (+0.32%) :arrow_up:
ts/api/base_request.ts 98.52% <100%> (ø) :arrow_up:
ts/api/credential_request.ts 100% <100%> (ø) :arrow_up:
ts/protocol/secure_channel.ts 91.91% <100%> (ø) :arrow_up:
ts/test_utils/channels.ts 97.05% <100%> (+0.08%) :arrow_up:
ts/api/api.ts 77.38% <100%> (+0.45%) :arrow_up:
ts/spi/provider_frame.ts 85.58% <100%> (+0.31%) :arrow_up:
... and 1 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 45dce51...c843ccb. Read the comment docs.