FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Print exact mate scores #147

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@1a76299). Click here to learn what that means. Patch coverage: 91.86% 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 #147 +/- ## ======================================= Coverage ? 87.84% ======================================= Files ? 70 Lines ? 4197 Branches ? 0 ======================================= Hits ? 3687 Misses ? 510 Partials ? 0 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [eval/src/complex.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `96.72% <ø> (ø)` | | | [eval/src/eval.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvZXZhbC5ycw==) | `100.00% <ø> (ø)` | | | [eval/src/material\_mobility.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvbWF0ZXJpYWxfbW9iaWxpdHkucnM=) | `100.00% <ø> (ø)` | | | [eval/src/piece\_square\_tables.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvcGllY2Vfc3F1YXJlX3RhYmxlcy5ycw==) | `16.07% <ø> (ø)` | | | [search/tests/search.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3Rlc3RzL3NlYXJjaC5ycw==) | `77.23% <75.92%> (ø)` | | | [eval/src/score.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvc2NvcmUucnM=) | `97.43% <97.43%> (ø)` | | | [search/src/alpha\_beta.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?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/negamax.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?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% <100.00%> (ø)` | | | [uci/src/uci\_out.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3NyYy91Y2lfb3V0LnJz) | `69.47% <100.00%> (ø)` | | | [uci/src/uci\_score.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/147?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3NyYy91Y2lfc2NvcmUucnM=) | `100.00% <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.