zMoooooritz / stapy

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

Implement basic authentication for sta connections #22

Closed zMoooooritz closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (488d526) into master (a63f181) will decrease coverage by 1.11%. The diff coverage is 80.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
- Coverage   96.65%   95.54%   -1.12%     
==========================================
  Files          28       28              
  Lines         926      942      +16     
  Branches      167      171       +4     
==========================================
+ Hits          895      900       +5     
- Misses         19       26       +7     
- Partials       12       16       +4     
Impacted Files Coverage Δ
stapy/cli/parser.py 98.55% <66.66%> (-1.45%) :arrow_down:
stapy/sta/delete.py 94.59% <71.42%> (-5.41%) :arrow_down:
stapy/common/config.py 92.10% <80.00%> (-7.90%) :arrow_down:
stapy/sta/query.py 95.97% <81.81%> (-1.09%) :arrow_down:
stapy/sta/abstract_request.py 93.33% <86.66%> (-4.35%) :arrow_down:
stapy/__init__.py 100.00% <100.00%> (ø)
stapy/sta/post.py 100.00% <100.00%> (ø)
stapy/version.py 100.00% <100.00%> (ø)

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 a63f181...488d526. Read the comment docs.