dividab / uom

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

Switch to jest for testing and code coverage #37

Closed jonaskello closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #37 into master will decrease coverage by 31.59%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #37      +/-   ##
=========================================
- Coverage    88.7%   57.1%   -31.6%     
=========================================
  Files         148     147       -1     
  Lines        1417    1301     -116     
  Branches       95      72      -23     
=========================================
- Hits         1257     743     -514     
- Misses        160     546     +386     
- Partials        0      12      +12
Impacted Files Coverage Δ
src/format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/electric-potential-format.ts 0% <0%> (-100%) :arrow_down:
...units-format/delta-dew-point-temperature-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/thermal-transmittance-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/sound-power-level-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/volume-flow-per-power-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/length-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/illuminance-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/relative-humidity-format.ts 0% <0%> (-100%) :arrow_down:
src/units-format/area-format.ts 0% <0%> (-100%) :arrow_down:
... and 70 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 6fa8ea1...5e7151e. Read the comment docs.