aerosense-ai / data-gateway

Data influx for Aerosense.
https://www.aerosense.ai/
Other
3 stars 1 forks source link

Send sensor stop commands on gateway exit #39

Closed cortadocodes closed 2 years ago

cortadocodes commented 2 years ago

Contents (#39)

Note: the coverage calculation is again wrong on this PR (I'll be looking into this with CodeCov)

Enhancements

Fixes

codecov-commenter commented 2 years ago

Codecov Report

Merging #39 (f27d84e) into main (edf6292) will decrease coverage by 15.04%. The diff coverage is 81.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #39       +/-   ##
===========================================
- Coverage   93.94%   78.89%   -15.05%     
===========================================
  Files          12       13        +1     
  Lines         661      763      +102     
===========================================
- Hits          621      602       -19     
- Misses         40      161      +121     
Impacted Files Coverage Δ
data_gateway/packet_reader.py 48.06% <61.95%> (-44.02%) :arrow_down:
data_gateway/data_gateway.py 87.61% <87.61%> (ø)
data_gateway/routine.py 93.87% <88.88%> (-6.13%) :arrow_down:
data_gateway/cli.py 89.69% <93.93%> (-1.35%) :arrow_down:
data_gateway/persistence.py 94.53% <95.83%> (-0.82%) :arrow_down:
data_gateway/__init__.py 100.00% <100.00%> (ø)
data_gateway/configuration.py 100.00% <100.00%> (ø)
data_gateway/dummy_serial/dummy_serial.py 91.42% <0.00%> (-2.86%) :arrow_down:

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 99249ad...f27d84e. Read the comment docs.