ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

Do not throw an exception on unexpected model #75

Closed demurgos closed 6 years ago

demurgos commented 6 years ago

See https://github.com/ocilo/skype-http/issues/73#issuecomment-357497413

codecov[bot] commented 6 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   44.85%   44.96%   +0.11%     
==========================================
  Files          67       67              
  Lines        1418     1421       +3     
  Branches      130      130              
==========================================
+ Hits          636      639       +3     
  Misses        753      753              
  Partials       29       29
Impacted Files Coverage Δ
src/lib/types/location.ts 100% <ø> (ø) :arrow_up:
src/lib/types/agent.ts 100% <ø> (ø) :arrow_up:
src/lib/types/api-profile.ts 100% <ø> (ø) :arrow_up:
src/lib/contacts/api/get-user.ts 100% <ø> (ø) :arrow_up:
src/lib/types/relationship-history.ts 100% <ø> (ø) :arrow_up:
src/lib/types/agent-info.ts 100% <ø> (ø) :arrow_up:
src/lib/types/contact-group.ts 100% <ø> (ø) :arrow_up:
src/lib/types/invite.ts 100% <ø> (ø) :arrow_up:
src/lib/types/invite-message.ts 100% <ø> (ø) :arrow_up:
src/lib/types/name.ts 100% <ø> (ø) :arrow_up:
... and 3 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 f624c03...10b98a7. Read the comment docs.