ferraridamiano / units_converter

Pure Dart package to easily convert units of mesurement, numeral systems and custom units.
https://pub.dev/packages/units_converter
MIT License
29 stars 15 forks source link

Added kiloPascal #42

Closed jmguazzo closed 9 months ago

jmguazzo commented 9 months ago

Added PRESSURE.kiloPascal

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d117c7e) 99.78% compared to head (c1c9588) 99.78%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ======================================= Coverage 99.78% 99.78% ======================================= Files 32 32 Lines 916 918 +2 ======================================= + Hits 914 916 +2 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ferraridamiano commented 9 months ago

Thanks!