dividab / uom

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

Eslint #46

Closed jonaskello closed 4 years ago

jonaskello commented 4 years ago

This PR will migrate from tslint to eslint.

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 76.19%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   56.93%   56.93%           
=======================================
  Files         147      147           
  Lines        1326     1326           
  Branches       73       73           
=======================================
  Hits          755      755           
  Misses        559      559           
  Partials       12       12
Impacted Files Coverage Δ
src/units-format/electric-potential-format.ts 0% <ø> (ø) :arrow_up:
src/units-format/area-format.ts 0% <ø> (ø) :arrow_up:
src/units/angle.ts 100% <ø> (ø) :arrow_up:
src/units/dew-point-temperature.ts 100% <ø> (ø) :arrow_up:
...units-format/delta-dew-point-temperature-format.ts 0% <ø> (ø) :arrow_up:
src/serialize.ts 46.42% <ø> (ø) :arrow_up:
src/units/velocity.ts 100% <ø> (ø) :arrow_up:
src/units-format/sound-power-level-format.ts 0% <ø> (ø) :arrow_up:
src/units-format/volume-flow-per-power-format.ts 0% <ø> (ø) :arrow_up:
src/units/area.ts 100% <ø> (ø) :arrow_up:
... and 129 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 0da25d9...9e774b3. Read the comment docs.