aerosense-ai / data-gateway

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

Fix microphone data upload #50

Closed cortadocodes closed 2 years ago

cortadocodes commented 2 years ago

Summary

Fix upload of microphone data to cloud storage, update code using deprecated features of octue, and upgrade the package manager to give deterministic dependency resolution.

Contents (#50)

Enhancements

Fixes

Operations

Dependencies

Testing

codecov-commenter commented 2 years ago

Codecov Report

Merging #50 (1c46b35) into main (edf6292) will decrease coverage by 15.32%. The diff coverage is 81.35%.

@@             Coverage Diff             @@
##             main      #50       +/-   ##
===========================================
- Coverage   93.94%   78.62%   -15.33%     
===========================================
  Files          12       13        +1     
  Lines         661      758       +97     
===========================================
- Hits          621      596       -25     
- Misses         40      162      +122     
Impacted Files Coverage Δ
data_gateway/packet_reader.py 47.59% <63.54%> (-44.49%) :arrow_down:
data_gateway/data_gateway.py 87.15% <87.15%> (ø)
data_gateway/routine.py 93.18% <89.28%> (-6.82%) :arrow_down:
data_gateway/cli.py 89.69% <93.93%> (-1.35%) :arrow_down:
data_gateway/persistence.py 94.53% <96.00%> (-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 90.00% <0.00%> (-4.29%) :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 cf3fcf4...1c46b35. Read the comment docs.