FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Implement aspiration windows #169

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 90.07% and project coverage change: +0.03 :tada:

Comparison is base (2b34438) 92.74% compared to head (69251b9) 92.77%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ========================================== + Coverage 92.74% 92.77% +0.03% ========================================== Files 86 87 +1 Lines 12911 13005 +94 ========================================== + Hits 11974 12066 +92 - Misses 937 939 +2 ``` | [Impacted Files](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [search/src/history\_table.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9oaXN0b3J5X3RhYmxlLnJz) | `93.33% <0.00%> (ø)` | | | [search/src/lib.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9saWIucnM=) | `100.00% <ø> (ø)` | | | [search/src/move\_selector.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9tb3ZlX3NlbGVjdG9yLnJz) | `96.01% <0.00%> (-0.60%)` | :arrow_down: | | [search/src/node\_counter.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9ub2RlX2NvdW50ZXIucnM=) | `70.21% <0.00%> (ø)` | | | [search/src/alpha\_beta.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9hbHBoYV9iZXRhLnJz) | `98.51% <90.19%> (+0.25%)` | :arrow_up: | | [search/src/search\_data.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9zZWFyY2hfZGF0YS5ycw==) | `99.31% <91.66%> (-0.69%)` | :arrow_down: | | [search/src/aspiration\_window.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9hc3BpcmF0aW9uX3dpbmRvdy5ycw==) | `98.33% <98.33%> (ø)` | | | [search/src/move\_candidates.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9tb3ZlX2NhbmRpZGF0ZXMucnM=) | `100.00% <100.00%> (ø)` | | | [search/src/pv\_table.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/169?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9wdl90YWJsZS5ycw==) | `91.93% <100.00%> (+1.61%)` | :arrow_up: |

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