dividab / uom

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

Added a few mass flow per area units and 2 mass-flow units #43

Closed marsve666 closed 4 years ago

marsve666 commented 4 years ago

The units added are : Mass flow per area: kg / m2 h, g / m2 h, g / m2 s, lb / ft2 h, lb/ ft2 s, gr /ft2 h, gr / ft2 s Mass flow: Lb / s, gr / s.

codecov[bot] commented 4 years ago

Codecov Report

Merging #43 into master will increase coverage by 0.29%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   57.12%   57.41%   +0.29%     
==========================================
  Files         147      147              
  Lines        1306     1315       +9     
  Branches       73       73              
==========================================
+ Hits          746      755       +9     
  Misses        548      548              
  Partials       12       12
Impacted Files Coverage Δ
src/units/mass-flow-per-area.ts 100% <100%> (ø) :arrow_up:
src/units/mass-flow.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 9649a1c...8f52327. Read the comment docs.

jonaskello commented 4 years ago

@marsve666 Looks good, you can merge this is you want :-).