bitmovin / bitmovin-javascript

DEPRECATED: JavaScript client for the Bitmovin API, see https://github.com/bitmovin/bitmovin-api-sdk-javascript
MIT License
67 stars 23 forks source link

Change all object types to any #70

Closed Domysee closed 6 years ago

Domysee commented 6 years ago

Fixes issue #68

codecov[bot] commented 6 years ago

Codecov Report

Merging #70 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #70   +/-   ##
========================================
  Coverage    96.84%   96.84%           
========================================
  Files           60       60           
  Lines         1330     1330           
  Branches        64       64           
========================================
  Hits          1288     1288           
  Misses          42       42
Impacted Files Coverage Δ
bitmovin/analytics/index.ts 100% <ø> (ø) :arrow_up:
bitmovin/encoding/encodings/muxings.ts 100% <ø> (ø) :arrow_up:
bitmovin/encoding/index.ts 100% <ø> (ø) :arrow_up:
bitmovin/player/index.ts 100% <ø> (ø) :arrow_up:
bitmovin/analytics/queryBuilder.ts 100% <ø> (ø) :arrow_up:
bitmovin/utils/http.ts 94.52% <100%> (ø) :arrow_up:
bitmovin/encoding/encodings/streams/index.ts 100% <100%> (ø) :arrow_up:
bitmovin/account/index.ts 100% <100%> (ø) :arrow_up:
bitmovin/encoding/encodings/index.ts 100% <100%> (ø) :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 16300dd...2425150. Read the comment docs.