FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Evaluate bishop pair #170

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 81.11% and project coverage change: -0.10 :warning:

Comparison is base (5e33fd2) 92.77% compared to head (13e3037) 92.68%.

: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 #170 +/- ## ========================================== - Coverage 92.77% 92.68% -0.10% ========================================== Files 87 87 Lines 13005 13088 +83 ========================================== + Hits 12066 12130 +64 - Misses 939 958 +19 ``` | [Impacted Files](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [eval/src/params.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?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/170?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%> (ø)` | | | [eval/src/complex.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `95.94% <100.00%> (+0.05%)` | :arrow_up: | | [eval/src/pawn\_structure.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvcGF3bl9zdHJ1Y3R1cmUucnM=) | `96.74% <100.00%> (+0.70%)` | :arrow_up: | | [movegen/src/position.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvcG9zaXRpb24ucnM=) | `100.00% <100.00%> (ø)` | | | [tuner/src/feature\_evaluator.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2ZlYXR1cmVfZXZhbHVhdG9yLnJz) | `86.59% <100.00%> (+0.72%)` | :arrow_up: | | [tuner/src/position\_features.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL3Bvc2l0aW9uX2ZlYXR1cmVzLnJz) | `90.51% <100.00%> (+0.79%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/170/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.