zMoooooritz / stapy

An easy to use SensorThings API Client written in Python
MIT License
6 stars 2 forks source link

Adapt logging behavior and expand config files #28

Closed zMoooooritz closed 2 years ago

zMoooooritz commented 2 years ago

This does resolve the issues described in #27

However this requires some more cleanup to link the logging behavior of the cli and library modes

codecov-commenter commented 2 years ago

Codecov Report

Merging #28 (bfd3d50) into master (84785ca) will increase coverage by 0.23%. The diff coverage is 91.52%.

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   95.30%   95.54%   +0.23%     
==========================================
  Files          28       28              
  Lines         938      966      +28     
  Branches      172      172              
==========================================
+ Hits          894      923      +29     
  Misses         27       27              
+ Partials       17       16       -1     
Impacted Files Coverage Δ
stapy/sta/entities/thing.py 100.00% <ø> (ø)
stapy/cli/parser.py 94.36% <75.00%> (-4.18%) :arrow_down:
stapy/common/config.py 96.92% <93.33%> (+5.03%) :arrow_up:
stapy/__init__.py 100.00% <100.00%> (ø)
stapy/cli/main.py 84.61% <100.00%> (ø)
stapy/common/log.py 90.00% <100.00%> (+0.52%) :arrow_up:
stapy/sta/abstract_request.py 97.67% <100.00%> (+4.19%) :arrow_up:
stapy/sta/delete.py 100.00% <100.00%> (+5.40%) :arrow_up:
stapy/sta/post.py 100.00% <100.00%> (ø)
stapy/sta/query.py 97.07% <100.00%> (+1.09%) :arrow_up:
... and 3 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 84785ca...bfd3d50. Read the comment docs.