aerosense-ai / data-gateway

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

Add ability to add sensor types to BigQuery dataset via CLI #40

Closed cortadocodes closed 2 years ago

cortadocodes commented 2 years ago

Summary

Add the ability to add sensor types to the BigQuery dataset via the CLI.

Note: For some reason, the coverage calculations showing on this PR are incorrect e.g. packet_reader.py is untouched.

Contents (#40)

New features

Enhancements

Fixes

Operations

Dependencies

Testing

Quality Checklist

Coverage Karma

*Coverage Karma can be earned by disproportionally increasing test coverage in the rest of your contributions. It's an honesty policy - you keep count of your own.

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (72eaf93) into main (edf6292) will decrease coverage by 14.73%. The diff coverage is 83.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #40       +/-   ##
===========================================
- Coverage   93.94%   79.21%   -14.74%     
===========================================
  Files          12       13        +1     
  Lines         661      741       +80     
===========================================
- Hits          621      587       -34     
- Misses         40      154      +114     
Impacted Files Coverage Δ
data_gateway/packet_reader.py 45.77% <56.33%> (-46.31%) :arrow_down:
data_gateway/routine.py 93.87% <88.88%> (-6.13%) :arrow_down:
data_gateway/cli.py 89.58% <93.75%> (-1.46%) :arrow_down:
data_gateway/data_gateway.py 94.62% <94.62%> (ø)
data_gateway/persistence.py 94.53% <95.83%> (-0.82%) :arrow_down:
data_gateway/__init__.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 e7d6fd4...72eaf93. Read the comment docs.