Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(Replay): add .apples to show collected apples #185

Merged
merged 1 commit into from
Jun 21, 2020
Merged

Conversation

hexjelly
Copy link
Member

Adds a getter for apples field in Replay that returns the number of apples collected in the replay.

Fixes #184

@codecov
Copy link

codecov bot commented Jun 21, 2020

Codecov Report

Merging #185 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   97.80%   97.81%   +0.01%     
==========================================
  Files          19       19              
  Lines         911      916       +5     
  Branches       69       69              
==========================================
+ Hits          891      896       +5     
  Misses         20       20              
Impacted Files Coverage Δ
src/rec/Replay.ts 98.22% <100.00%> (+0.05%) ⬆️

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 10aa958...5072f86. Read the comment docs.

@hexjelly hexjelly merged commit 5544d3a into master Jun 21, 2020
@hexjelly hexjelly deleted the replay-apples branch June 21, 2020 17:47
hexjelly pushed a commit that referenced this pull request Jun 21, 2020
# [1.1.0](v1.0.2...v1.1.0) (2020-06-21)

### Features

* **Replay:** add .apples to show collected apples ([#185](#185)) ([5544d3a](5544d3a))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Amount of apples in replay
1 participant