tchar / ulauncher-albert-calculate-anything

A ULauncher/Albert extension that supports currency, units and date time conversion, as well as a calculator that supports complex numbers and functions.
MIT License
103 stars 13 forks source link

Use black code styling, move config to pyproject.toml #21

Closed tchar closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (ccb3891) into master (f3817a2) will increase coverage by 0.00776%. The diff coverage is 94.62366%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##              master         #21         +/-   ##
===================================================
+ Coverage   95.09364%   95.10140%   +0.00776%     
===================================================
  Files             55          55                 
  Lines           3791        3797          +6     
===================================================
+ Hits            3605        3611          +6     
  Misses           186         186                 
Flag Coverage Δ
unittests 95.10140% <94.62366%> (+0.00776%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
calculate_anything/calculation/calculation.py 100.00000% <ø> (ø)
calculate_anything/currency/data.py 100.00000% <ø> (ø)
calculate_anything/currency/providers/factory.py 100.00000% <ø> (ø)
...ulate_anything/currency/providers/mycurrencynet.py 100.00000% <ø> (ø)
calculate_anything/exceptions.py 100.00000% <ø> (ø)
calculate_anything/query/multi_handler.py 100.00000% <ø> (ø)
calculate_anything/time/json_cache.py 100.00000% <ø> (ø)
calculate_anything/utils/loaders/__init__.py 100.00000% <ø> (ø)
calculate_anything/calculation/units.py 71.00592% <50.00000%> (ø)
calculate_anything/query/handlers/base_n.py 88.88889% <72.72727%> (-1.17735%) :arrow_down:
... and 52 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 2c47d3d...ccb3891. Read the comment docs.