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

Property _beachTides is tide-washed row count #1912

Merged
merged 4 commits into from
Aug 21, 2023
Merged

Conversation

Veracity0
Copy link
Contributor

  1. When you comb a tile on the beach, we supposedly change that code in _beachLayout to a 'c'.
    Except, it was checking for "You acquire", but bottles and whales do not "acquire" anything.
    Look instead for "You comb"

  2. When we examine a beach map, the tides wash the rows at the bottom and you cannot comb them.
    Property "_beachTides" now has how many such rows are unavailable. ("_beachLayout" will have rows from N+1 - 10).

@Veracity0 Veracity0 requested a review from a team as a code owner August 21, 2023 18:52
jaadams5
jaadams5 previously approved these changes Aug 21, 2023
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #1912 (a0325b2) into main (89601d4) will increase coverage by 0.07%.
The diff coverage is 50.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1912      +/-   ##
============================================
+ Coverage     36.37%   36.45%   +0.07%     
- Complexity    18832    18865      +33     
============================================
  Files          1083     1083              
  Lines        166628   166629       +1     
  Branches      35397    35397              
============================================
+ Hits          60613    60744     +131     
+ Misses        96126    95981     -145     
- Partials       9889     9904      +15     
Files Changed Coverage Δ
...net/sourceforge/kolmafia/session/BeachManager.java 76.43% <50.00%> (+57.20%) ⬆️

... and 7 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89601d4...a0325b2. Read the comment docs.

@Veracity0
Copy link
Contributor Author

Previously approved with failing test.
The test no longer fails.

@Veracity0 Veracity0 merged commit 236f53f into main Aug 21, 2023
8 checks passed
@Veracity0 Veracity0 deleted the beach-manager-tides branch August 21, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants