dividab / uom

Extensible unit of measure conversion with type safety for typescript
MIT License
18 stars 1 forks source link

V3 #47

Closed jonaskello closed 4 years ago

jonaskello commented 4 years ago

This PR will make breaking changes. Mainly it is designed to make this package a core package and move the unit definitions to external packages. See #19 for more discussion.

Closes #19 and #45.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@36de395). Click here to learn what that means. The diff coverage is 85.07%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage          ?   35.96%           
=========================================
  Files             ?        8           
  Lines             ?      367           
  Branches          ?       69           
=========================================
  Hits              ?      132           
  Misses            ?      228           
  Partials          ?        7
Impacted Files Coverage Δ
src/unit-format.ts 50% <ø> (ø)
src/format.ts 18.75% <0%> (ø)
src/index.ts 100% <100%> (ø)
src/unit-prefix.ts 53.33% <100%> (ø)
src/base-units.ts 100% <100%> (ø)
src/amount.ts 36.92% <100%> (ø)
src/serialize.ts 22.22% <50%> (ø)
src/unit.ts 31.05% <70.58%> (ø)

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 36de395...150bb94. Read the comment docs.