treeandsea / DroneController

A service for controlling quadrocopters with various inputs.
GNU General Public License v3.0
2 stars 0 forks source link

Feature/drone state #29

Closed Segelzwerg closed 4 years ago

Segelzwerg commented 4 years ago

Adds an implementation of the drone state wrapper

closes #21

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into develop will increase coverage by 5.38%. The diff coverage is 96.36%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #29      +/-   ##
===========================================
+ Coverage       90%   95.38%   +5.38%     
===========================================
  Files            2        5       +3     
  Lines           10       65      +55     
===========================================
+ Hits             9       62      +53     
- Misses           1        3       +2
Impacted Files Coverage Δ
src/drone_controller/input_layer/drone_state.py 100% <100%> (ø)
src/drone_controller/exception/exceptions.py 100% <100%> (ø)
...t/drone_controller/input_layer/test_drone_state.py 93.33% <93.33%> (ø)

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 a6a8e48...e412873. Read the comment docs.

Segelzwerg commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- src/drone_controller/input_layer/drone_state.py  2
- src/drone_controller/exception/exceptions.py  1

See the complete overview on Codacy