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

Added GET and PATCH endpoint in controller, fixed gameActions tests #45

Closed cferrier17 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #45 into master will increase coverage by 1.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #45      +/-   ##
============================================
+ Coverage     87.65%   88.70%   +1.05%     
- Complexity      126      134       +8     
============================================
  Files            13       13              
  Lines           243      248       +5     
  Branches         15       15              
============================================
+ Hits            213      220       +7     
+ Misses           19       17       -2     
  Partials         11       11              
Impacted Files Coverage Δ Complexity Δ
.../java/com/esiea/tp4A/api/web/PlayerController.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/com/esiea/tp4A/Game.java 85.18% <0.00%> (+3.70%) 14.00% <0.00%> (+1.00%)
src/main/java/com/esiea/tp4A/GameActions.java 75.00% <0.00%> (+30.00%) 22.00% <0.00%> (+7.00%)

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 d9912a9...cfa7192. Read the comment docs.