FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Give the side to move a small evaluation bonus #146

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.76% // Head: 87.80% // Decreases project coverage by -0.96% :warning:

Coverage data is based on head (66a5894) compared to base (7ffbaef). Patch coverage: 72.22% 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 #146 +/- ## ========================================== - Coverage 88.76% 87.80% -0.96% ========================================== Files 67 68 +1 Lines 4042 4093 +51 ========================================== + Hits 3588 3594 +6 - Misses 454 499 +45 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [engine/src/engine.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZW5naW5lL3NyYy9lbmdpbmUucnM=) | `84.14% <0.00%> (ø)` | | | [fatalii/src/lib.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZmF0YWxpaS9zcmMvbGliLnJz) | `0.00% <0.00%> (ø)` | | | [fatalii/src/main.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZmF0YWxpaS9zcmMvbWFpbi5ycw==) | `33.33% <0.00%> (ø)` | | | [search/src/node\_counter.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9ub2RlX2NvdW50ZXIucnM=) | `72.41% <0.00%> (ø)` | | | [search/src/search.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9zZWFyY2gucnM=) | `86.04% <0.00%> (ø)` | | | [uci/src/parser.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3NyYy9wYXJzZXIucnM=) | `73.68% <0.00%> (ø)` | | | [uci/src/uci\_in/position.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3NyYy91Y2lfaW4vcG9zaXRpb24ucnM=) | `90.38% <0.00%> (+1.70%)` | :arrow_up: | | [uci/src/uci\_move.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3NyYy91Y2lfbW92ZS5ycw==) | `91.66% <0.00%> (ø)` | | | [uci/src/uci\_out.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?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% <5.55%> (ø)` | | | [eval/src/complex.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?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% <96.72%> (ø)` | | | ... and [16 more](https://codecov.io/gh/FitzOReilly/fatalii/pull/146?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | | 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.