FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Search all moves in quiescence search while in check #134

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 93.89% // Head: 93.91% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (dc4d39a) compared to base (ca944da). Patch coverage: 98.80% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ========================================== + Coverage 93.89% 93.91% +0.01% ========================================== Files 69 69 Lines 8112 8163 +51 ========================================== + Hits 7617 7666 +49 - Misses 495 497 +2 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [search/src/alpha\_beta.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/134/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9hbHBoYV9iZXRhLnJz) | `99.58% <98.59%> (-0.42%)` | :arrow_down: | | [search/src/move\_selector.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/134/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9tb3ZlX3NlbGVjdG9yLnJz) | `97.71% <100.00%> (+0.02%)` | :arrow_up: | | [search/tests/search.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/134/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3Rlc3RzL3NlYXJjaC5ycw==) | `81.62% <100.00%> (+0.13%)` | :arrow_up: | | [movegen/src/move\_generator.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/134/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvbW92ZV9nZW5lcmF0b3IucnM=) | `99.62% <0.00%> (-0.13%)` | :arrow_down: | 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.