FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Allow multiple TT entries with the same hash #152

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.63% // Head: 88.57% // Decreases project coverage by -0.06% :warning:

Coverage data is based on head (388eed4) compared to base (32b9d29). Patch coverage: 84.37% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== - Coverage 88.63% 88.57% -0.06% ========================================== Files 70 70 Lines 4224 4264 +40 ========================================== + Hits 3744 3777 +33 - Misses 480 487 +7 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [search/src/negamax.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9uZWdhbWF4LnJz) | `93.70% <ø> (ø)` | | | [perft/src/lib.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-cGVyZnQvc3JjL2xpYi5ycw==) | `91.42% <50.00%> (+0.51%)` | :arrow_up: | | [movegen/src/transposition\_table.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvdHJhbnNwb3NpdGlvbl90YWJsZS5ycw==) | `83.49% <82.97%> (-1.36%)` | :arrow_down: | | [search/src/alpha\_beta.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9hbHBoYV9iZXRhLnJz) | `99.33% <100.00%> (ø)` | | | [search/src/alpha\_beta\_entry.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9hbHBoYV9iZXRhX2VudHJ5LnJz) | `100.00% <100.00%> (ø)` | | | [search/src/move\_selector.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9tb3ZlX3NlbGVjdG9yLnJz) | `97.72% <100.00%> (+0.01%)` | :arrow_up: | | [search/src/negamax\_entry.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/152?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9uZWdhbWF4X2VudHJ5LnJz) | `89.47% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.