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

Adding Point system for position calculation #12

Closed etienneamiche closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 12.83%. The diff coverage is 90%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #12       +/-   ##
=============================================
- Coverage     53.57%   40.74%   -12.84%     
- Complexity        5        7        +2     
=============================================
  Files             4        5        +1     
  Lines            28       27        -1     
=============================================
- Hits             15       11        -4     
- Misses           13       16        +3
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/esiea/tp4A/Rover.java 0% <ø> (-50%) 0 <0> (-1)
src/main/java/com/esiea/tp4A/Calc.java 100% <ø> (+33.33%) 2 <0> (ø) :arrow_down:
src/main/java/com/esiea/tp4A/Position.java 0% <0%> (-35.72%) 0 <0> (-1)
src/main/java/com/esiea/tp4A/Point.java 100% <100%> (ø) 5 <5> (?)
src/main/java/com/esiea/tp4A/Direction.java 0% <0%> (-100%) 0% <0%> (-1%)

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 2d10ae7...8be9cc2. Read the comment docs.