zMoooooritz / stapy

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

New, corrected and better tests #13

Closed zMoooooritz closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #13 (271ecb0) into master (e11dee2) will increase coverage by 12.34%. The diff coverage is 97.29%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #13       +/-   ##
===========================================
+ Coverage   74.97%   87.31%   +12.34%     
===========================================
  Files          26       26               
  Lines         875      867        -8     
  Branches      128      129        +1     
===========================================
+ Hits          656      757      +101     
+ Misses        199       96      -103     
+ Partials       20       14        -6     
Impacted Files Coverage Δ
stapy/cli/parser.py 97.81% <0.00%> (+15.45%) :arrow_up:
stapy/__main__.py 83.33% <100.00%> (+83.33%) :arrow_up:
stapy/common/config.py 100.00% <100.00%> (+31.11%) :arrow_up:
stapy/sta/query.py 97.05% <100.00%> (+26.70%) :arrow_up:
stapy/sta/post.py 95.45% <0.00%> (+12.12%) :arrow_up:
stapy/common/retry.py 57.89% <0.00%> (+15.78%) :arrow_up:
... and 1 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 e11dee2...271ecb0. Read the comment docs.