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

Fixed coding style errors. #80

Closed valkarion closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #80 into TeamB4 will decrease coverage by 0.72%. The diff coverage is 28.57%.

Impacted file tree graph

@@             Coverage Diff              @@
##             TeamB4      #80      +/-   ##
============================================
- Coverage     54.96%   54.24%   -0.73%     
  Complexity       82       82              
============================================
  Files            25       25              
  Lines           322      330       +8     
  Branches         10       10              
============================================
+ Hits            177      179       +2     
- Misses          142      148       +6     
  Partials          3        3
Impacted Files Coverage Δ Complexity Δ
...utomatedcar/systemcomponents/PowertrainSystem.java 76.92% <ø> (ø) 5 <0> (ø) :arrow_down:
.../automatedcar/systemcomponents/SteeringSystem.java 87.5% <ø> (ø) 3 <0> (ø) :arrow_down:
.../automatedcar/bus/packets/sample/SamplePacket.java 100% <ø> (ø) 3 <0> (ø) :arrow_down:
...ava/hu/oe/nik/szfmv/automatedcar/AutomatedCar.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
...automatedcar/systemcomponents/SystemComponent.java 100% <ø> (ø) 1 <0> (ø) :arrow_down:
...a/hu/oe/nik/szfmv/automatedcar/engine/GearBox.java 100% <ø> (ø) 17 <0> (ø) :arrow_down:
.../java/hu/oe/nik/szfmv/visualization/Dashboard.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
src/main/java/hu/oe/nik/szfmv/Main.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ik/szfmv/automatedcar/systemcomponents/Driver.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...hu/oe/nik/szfmv/automatedcar/engine/CarEngine.java 100% <100%> (ø) 10 <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 672b440...03cbff9. Read the comment docs.