FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Detect draws by insufficient material #151

Closed FitzOReilly closed 1 year ago

FitzOReilly commented 1 year ago

Closes #136

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.66% // Head: 88.63% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (4a6aebb) compared to base (f274ab9). Patch coverage: 86.00% 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 #151 +/- ## ========================================== - Coverage 88.66% 88.63% -0.03% ========================================== Files 70 70 Lines 4173 4224 +51 ========================================== + Hits 3700 3744 +44 - Misses 473 480 +7 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [movegen/src/bitboard.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvYml0Ym9hcmQucnM=) | `88.07% <ø> (ø)` | | | [eval/src/complex.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `91.00% <81.57%> (-5.73%)` | :arrow_down: | | [eval/src/game\_phase.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvZ2FtZV9waGFzZS5ycw==) | `100.00% <100.00%> (ø)` | | | [search/tests/search.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3Rlc3RzL3NlYXJjaC5ycw==) | `74.82% <100.00%> (+0.36%)` | :arrow_up: | 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.