pulquero / RotorHazard

Multi-node video transmitter race timer for drone racing
Other
6 stars 0 forks source link

Organised code into modules. #4

Closed pulquero closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #4 (b5b4bcf) into BetaHazard (1b9378b) will decrease coverage by 51.76%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           BetaHazard       #4       +/-   ##
===============================================
- Coverage       92.92%   41.15%   -51.77%     
===============================================
  Files               6       41       +35     
  Lines             226     9318     +9092     
===============================================
+ Hits              210     3835     +3625     
- Misses             16     5483     +5467     
Impacted Files Coverage Δ
test_Sensors.py
stub_sensor.py
test_server.py
requiredparam_sensor.py
requiredimport_sensor.py
test_persistent_homology.py
server/util/stm32loader.py 20.35% <0.00%> (ø)
server/Database.py 94.65% <0.00%> (ø)
server/PageCache.py 15.56% <0.00%> (ø)
tests/requiredparam_sensor.py 50.00% <0.00%> (ø)
... and 37 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 1b9378b...b5b4bcf. Read the comment docs.

HazardCreative commented 3 years ago

With this and your other recent updates you are making great progress on how I already intended to approach 3.2. Some of these things have lingered too long and it's time to set aside other items to address them.

I was also considering expanding plugins as in https://github.com/RotorHazard/RotorHazard/tree/global-plugins but I had not yet resolved how user plugins should be managed with respect to project updates/gitignore.

pulquero commented 3 years ago

I'm going for a list of search packages for plugins, so standard locations for shipped plugins then optionally configurable locations for user provided plugins.