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

Add maxHealth ability #238

Merged
merged 2 commits into from
Oct 6, 2018
Merged

Add maxHealth ability #238

merged 2 commits into from
Oct 6, 2018

Conversation

jseed
Copy link
Contributor

@jseed jseed commented Oct 5, 2018

Added to towers baby-steps and tick-tick-boom.

Closes #237.

Added to towers baby-steps and tick-tick-boom
@codecov-io
Copy link

codecov-io commented Oct 5, 2018

Codecov Report

Merging #238 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   92.65%   92.67%   +0.02%     
==========================================
  Files          92       93       +1     
  Lines        1089     1092       +3     
  Branches      165      165              
==========================================
+ Hits         1009     1012       +3     
  Misses         65       65              
  Partials       15       15
Impacted Files Coverage Δ
packages/warriorjs-abilities/src/maxHealth.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 028975b...be31a53. Read the comment docs.

@jseed
Copy link
Contributor Author

jseed commented Oct 5, 2018

Added maxHealth ability and included it in existing towers, updating the baby-steps tip to introduce it.

Let me know if I missed anything!

Copy link
Owner

@olistic olistic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! I appreciate the level of detail and care you put in this PR, it was a pleasure reviewing your code. Thank you.

Now for the review: there's just one import out of order, the rest is perfect 💯

@@ -11,6 +11,7 @@ import {
attack,
feel,
health,
maxHealth,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this should be in alphabetical order.

@jseed
Copy link
Contributor Author

jseed commented Oct 6, 2018

Thanks for the feedback! The code base was a pleasure to work with.

Good catch, I'll push a fix shortly.

@olistic olistic merged commit a9935e4 into olistic:master Oct 6, 2018
@olistic
Copy link
Owner

olistic commented Oct 6, 2018

Thanks, and welcome to the Contributors!

@olistic olistic changed the title Add maxHealth ability (#237) Add maxHealth ability Oct 9, 2018
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

3 participants