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

Add support for ESM #69

Closed demurgos closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #69 into master will decrease coverage by 0.04%. The diff coverage is 62.74%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #69      +/-   ##
========================================
- Coverage   40.04%    40%   -0.05%     
========================================
  Files          45     45              
  Lines        1221   1220       -1     
  Branches      119    119              
========================================
- Hits          489    488       -1     
  Misses        704    704              
  Partials       28     28
Impacted Files Coverage Δ
src/lib/api.ts 29.54% <100%> (ø) :arrow_up:
src/lib/utils/formatters.ts 6.93% <100%> (ø) :arrow_up:
src/lib/request-io.ts 13.51% <100%> (ø) :arrow_up:
src/test/test-resources.ts 100% <100%> (ø) :arrow_up:
src/lib/polling/messages-poller.ts 16.33% <100%> (ø) :arrow_up:
src/lib/utils.ts 41.66% <100%> (ø) :arrow_up:
src/lib/api/get-conversations.ts 41.66% <100%> (ø) :arrow_up:
src/lib/api/get-contacts.ts 45.45% <100%> (ø) :arrow_up:
src/lib/utils/user-data-processor.ts 60% <100%> (ø) :arrow_up:
src/lib/utils/hmac-sha256.ts 91.37% <100%> (-0.15%) :arrow_down:
... and 8 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 6890b35...7e15cda. Read the comment docs.