raphaelgabbay / TP-Java-4A-S2

Architecture logicielle : TP 2020 - AMICHE_CIMONARD_DIABI_FERIER_GABBAY
GNU General Public License v3.0
2 stars 1 forks source link

Fix/reset package #42

Closed cferrier17 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will increase coverage by 1.51%. The diff coverage is 44.44%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #42      +/-   ##
============================================
+ Coverage     81.96%   83.47%   +1.51%     
+ Complexity      123      108      -15     
============================================
  Files            13       13              
  Lines           255      242      -13     
  Branches         17       15       -2     
============================================
- Hits            209      202       -7     
+ Misses           35       33       -2     
+ Partials         11        7       -4     
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/esiea/tp4A/Commons.java 100.00% <ø> (ø) 2.00 <0.00> (?)
src/main/java/com/esiea/tp4A/GameActions.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
src/main/java/com/esiea/tp4A/Laser.java 97.22% <ø> (ø) 18.00 <0.00> (?)
src/main/java/com/esiea/tp4A/MapCoordinates.java 100.00% <ø> (ø) 5.00 <0.00> (?)
src/main/java/com/esiea/tp4A/Point.java 100.00% <ø> (ø) 19.00 <0.00> (?)
src/main/java/com/esiea/tp4A/PositionRover.java 90.47% <ø> (ø) 14.00 <0.00> (?)
src/main/java/com/esiea/tp4A/Rover.java 93.93% <ø> (ø) 15.00 <0.00> (?)
.../java/com/esiea/tp4A/api/web/PlayerController.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
src/main/java/com/esiea/tp4A/domain/Direction.java 100.00% <ø> (ø) 1.00 <0.00> (?)
src/main/java/com/esiea/tp4A/domain/MarsRover.java 0.00% <ø> (ø) 0.00 <0.00> (?)
... and 7 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 e90a72b...0e16db8. Read the comment docs.