FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Evaluate mobility #166

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 46.87% and project coverage change: -0.90 :warning:

Comparison is base (e796af4) 93.56% compared to head (3144369) 92.66%.

: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 #166 +/- ## ========================================== - Coverage 93.56% 92.66% -0.90% ========================================== Files 84 85 +1 Lines 12582 12834 +252 ========================================== + Hits 11772 11893 +121 - Misses 810 941 +131 ``` | [Impacted Files](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [eval/src/lib.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvbGliLnJz) | `100.00% <ø> (ø)` | | | [eval/src/params.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvcGFyYW1zLnJz) | `100.00% <ø> (ø)` | | | [tuner/src/eval\_params.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2V2YWxfcGFyYW1zLnJz) | `0.00% <0.00%> (ø)` | | | [tuner/src/position\_features.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL3Bvc2l0aW9uX2ZlYXR1cmVzLnJz) | `89.71% <79.31%> (-3.88%)` | :arrow_down: | | [eval/src/complex.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `95.89% <100.00%> (+0.05%)` | :arrow_up: | | [eval/src/mobility.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvbW9iaWxpdHkucnM=) | `100.00% <100.00%> (ø)` | | | [tuner/src/feature\_evaluator.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2ZlYXR1cmVfZXZhbHVhdG9yLnJz) | `85.86% <100.00%> (+5.27%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/166/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck)

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