olistic / warriorjs

🏰 An exciting game of programming and Artificial Intelligence
https://warriorjs.com
MIT License
9.43k stars 490 forks source link

Rename say to log #131

Closed olistic closed 6 years ago

olistic commented 6 years ago

Rename unit.say() to the more appropriate unit.log().

codecov-io commented 6 years ago

Codecov Report

Merging #131 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #131   +/-   ##
======================================
  Coverage    90.9%   90.9%           
======================================
  Files          80      80           
  Lines        1023    1023           
  Branches      162     162           
======================================
  Hits          930     930           
  Misses         77      77           
  Partials       16      16
Impacted Files Coverage Ξ”
packages/warriorjs-abilities/src/walk.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-core/src/Warrior.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-abilities/src/bind.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-abilities/src/detonate.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-abilities/src/think.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-effects/src/ticking.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-abilities/src/attack.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-abilities/src/pivot.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-abilities/src/shoot.js 100% <100%> (ΓΈ) :arrow_up:
packages/warriorjs-core/src/Unit.js 100% <100%> (ΓΈ) :arrow_up:
... and 2 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 5a58e86...7e04fe6. Read the comment docs.