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

add VOLUME.imperialQuarts #43

Closed jacksonlo closed 9 months ago

jacksonlo commented 9 months ago

add VOLUME.imperialQuarts

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (1dcca68) 99.78% compared to head (19e6083) 99.54%. Report is 4 commits behind head on main.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== - Coverage 99.78% 99.54% -0.24% ========================================== Files 32 32 Lines 918 885 -33 ========================================== - Hits 916 881 -35 - Misses 2 4 +2 ```

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

ferraridamiano commented 9 months ago

Seems like that the code you submitted is not formmated. Just run dart format .

jacksonlo commented 9 months ago

Thanks @ferraridamiano just ran it and pushed.

ferraridamiano commented 9 months ago

Thanks