Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce unit.log() calls #208

Merged
merged 3 commits into from
Jul 6, 2018
Merged

Reduce unit.log() calls #208

merged 3 commits into from
Jul 6, 2018

Conversation

olistic
Copy link
Owner

@olistic olistic commented Jul 6, 2018

No longer make unit.log() calls without message. We used to do that in order to log changes in the unit's position.

@codecov-io
Copy link

codecov-io commented Jul 6, 2018

Codecov Report

Merging #208 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
- Coverage   92.29%   92.27%   -0.02%     
==========================================
  Files          86       86              
  Lines        1077     1075       -2     
  Branches      180      181       +1     
==========================================
- Hits          994      992       -2     
  Misses         68       68              
  Partials       15       15
Impacted Files Coverage Δ
packages/warriorjs-abilities/src/pivot.js 100% <100%> (ø) ⬆️
packages/warriorjs-core/src/Unit.js 100% <100%> (ø) ⬆️
packages/warriorjs-abilities/src/walk.js 100% <100%> (ø) ⬆️

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 4185d4b...51d800a. Read the comment docs.

Earn points after releasing the unit, same as when killing a unit.
@olistic olistic merged commit a70798f into master Jul 6, 2018
@olistic olistic deleted the reduce-unit-log branch July 6, 2018 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants