SzFMV2018-Osz / AutomatedCar-B

Working repository for the subject "Szoftverfejlesztés multinacionális vállalatoknál" @OE-NIK 2018 ősz B csoport
0 stars 0 forks source link

Fix keyboard handler issues #90

Closed dezsi96 closed 6 years ago

dezsi96 commented 6 years ago

Issue: #21

Changes -fix styling issues -add more tests for keyboard handler

codecov[bot] commented 6 years ago

Codecov Report

Merging #90 into TeamB3 will increase coverage by 2.22%. The diff coverage is 63.76%.

Impacted file tree graph

@@             Coverage Diff             @@
##             TeamB3     #90      +/-   ##
===========================================
+ Coverage     39.57%   41.8%   +2.22%     
+ Complexity       79      73       -6     
===========================================
  Files            30      27       -3     
  Lines           523     409     -114     
  Branches         27      21       -6     
===========================================
- Hits            207     171      -36     
+ Misses          299     224      -75     
+ Partials         17      14       -3
Impacted Files Coverage Δ Complexity Δ
.../java/hu/oe/nik/szfmv/visualization/Dashboard.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...nik/szfmv/automatedcar/bus/packets/GearPacket.java 100% <ø> (ø) 4 <0> (ø) :arrow_down:
...nik/szfmv/automatedcar/bus/VirtualFunctionBus.java 100% <ø> (ø) 4 <0> (ø) :arrow_down:
...mv/automatedcar/systemcomponents/InputManager.java 0% <ø> (-70%) 0 <0> (-1)
...fmv/automatedcar/bus/packets/IndicationPacket.java 81.48% <100%> (ø) 9 <1> (ø) :arrow_down:
.../automatedcar/bus/packets/GraduallyChangeable.java 100% <100%> (ø) 12 <2> (+1) :arrow_up:
.../automatedcar/bus/userinput/KeyboardUserInput.java 61.53% <55.55%> (+12.86%) 28 <17> (+10) :arrow_up:
.../automatedcar/bus/userinput/UserInputProvider.java 60% <75%> (ø) 2 <2> (ø) :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 c8d64c3...4a7748e. Read the comment docs.