tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

Fix #662 and #676 #677

Closed richelbilderbeek closed 1 year ago

richelbilderbeek commented 1 year ago

A simple transition to use less type information in the names

codecov-commenter commented 1 year ago

Codecov Report

Merging #677 (ba1d62c) into develop (a85fe65) will increase coverage by 0.34%. The diff coverage is 100.00%.

:exclamation: Current head ba1d62c differs from pull request most recent head aa2e69f. Consider uploading reports for the commit aa2e69f to get more accurate results

@@             Coverage Diff             @@
##           develop     #677      +/-   ##
===========================================
+ Coverage    84.12%   84.46%   +0.34%     
===========================================
  Files           48       48              
  Lines         2431     2453      +22     
  Branches       171        0     -171     
===========================================
+ Hits          2045     2072      +27     
+ Misses         386      381       -5     
Impacted Files Coverage Δ
src/player.h 100.00% <ø> (ø)
src/game.cpp 97.96% <100.00%> (+<0.01%) :arrow_up:
src/game.h 100.00% <100.00%> (ø)
src/player.cpp 98.87% <100.00%> (+0.09%) :arrow_up:
src/coordinate.h 100.00% <0.00%> (+25.00%) :arrow_up:
src/read_only.h 66.66% <0.00%> (+33.33%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

janclod commented 1 year ago

Everything seems good :) well done!