Skip to content

Conversation

@lukaskroepfl
Copy link
Member

@lukaskroepfl lukaskroepfl commented Jun 13, 2018

  • migrated codebase to typescript 🎉
  • new build pipeline with webpack 4 (reduced bundle size etc.)
  • first typescript types shipped alongside builds
  • lint-staged for linting pre-commit
  • replaced node-fetch with isomorphic-fetch and es6-promise
  • improved folder structure
  • no need to do new Bitmovin() any more
  • removed non working it tests

@codecov
Copy link

codecov bot commented Jun 13, 2018

Codecov Report

Merging #62 into develop will increase coverage by 2.16%.
The diff coverage is 98.17%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #62      +/-   ##
===========================================
+ Coverage    94.67%   96.84%   +2.16%     
===========================================
  Files           56       60       +4     
  Lines         1221     1330     +109     
  Branches         0       64      +64     
===========================================
+ Hits          1156     1288     +132     
+ Misses          65       42      -23
Impacted Files Coverage Δ
bitmovin/utils/BitmovinError.ts 100% <ø> (ø)
bitmovin/encoding/index.ts 100% <100%> (ø)
bitmovin/account/billing/contactDetails.ts 100% <100%> (ø)
bitmovin/encoding/codecConfigurations.ts 100% <100%> (ø)
bitmovin/account/organizations/groups.ts 100% <100%> (ø)
bitmovin/account/billing/index.ts 100% <100%> (ø)
bitmovin/encoding/manifests/index.ts 100% <100%> (ø)
bitmovin/utils/DateUtils.ts 100% <100%> (ø)
bitmovin/account/billing/invoices.ts 100% <100%> (ø)
bitmovin/analytics/queries.ts 100% <100%> (ø)
... and 93 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 8912ab1...671cfe8. Read the comment docs.

@lukaskroepfl lukaskroepfl merged commit 099b11f into develop Jun 14, 2018
@lukaskroepfl lukaskroepfl deleted the next branch June 14, 2018 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants