zMoooooritz / stapy

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

Refine entities, add dependency and qol improvements #15

Closed zMoooooritz closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #15 (3dfd49f) into master (d6bb180) will increase coverage by 0.89%. The diff coverage is 96.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   95.83%   96.73%   +0.89%     
==========================================
  Files          26       27       +1     
  Lines         865      918      +53     
  Branches      129      143      +14     
==========================================
+ Hits          829      888      +59     
+ Misses         22       17       -5     
+ Partials       14       13       -1     
Impacted Files Coverage Δ
stapy/common/config.py 100.00% <ø> (ø)
stapy/sta/entities/location.py 100.00% <ø> (ø)
stapy/sta/entities/observedproperty.py 100.00% <ø> (ø)
stapy/sta/entities/sensor.py 100.00% <ø> (ø)
stapy/sta/entities/thing.py 100.00% <ø> (ø)
stapy/cli/cli.py 92.63% <93.05%> (+0.49%) :arrow_up:
stapy/cli/parser.py 100.00% <100.00%> (+2.18%) :arrow_up:
stapy/common/util.py 100.00% <100.00%> (ø)
stapy/sta/abstract_entity.py 90.54% <100.00%> (ø)
stapy/sta/entities/datastream.py 100.00% <100.00%> (ø)
... and 9 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 d6bb180...3dfd49f. Read the comment docs.

zMoooooritz commented 2 years ago

Resolves #14