FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Tune pawns #165

Closed FitzOReilly closed 1 year ago

FitzOReilly commented 1 year ago

Closes #112

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 87.64% and project coverage change: -0.12 :warning:

Comparison is base (8c8a5e4) 93.68% compared to head (cbe46e5) 93.56%.

: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 #165 +/- ## ========================================== - Coverage 93.68% 93.56% -0.12% ========================================== Files 83 84 +1 Lines 12249 12582 +333 ========================================== + Hits 11475 11772 +297 - Misses 774 810 +36 ``` | [Impacted Files](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165?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/165?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/165?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/165?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/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `95.83% <62.50%> (+0.08%)` | :arrow_up: | | [movegen/src/pawn.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvcGF3bi5ycw==) | `97.89% <89.89%> (-2.11%)` | :arrow_down: | | [eval/src/pawn\_structure.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvcGF3bl9zdHJ1Y3R1cmUucnM=) | `96.03% <96.03%> (ø)` | | | [movegen/src/bitboard.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvYml0Ym9hcmQucnM=) | `97.50% <100.00%> (+0.14%)` | :arrow_up: | | [tuner/src/feature\_evaluator.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL2ZlYXR1cmVfZXZhbHVhdG9yLnJz) | `80.59% <100.00%> (+2.26%)` | :arrow_up: | | [tuner/src/position\_features.rs](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dHVuZXIvc3JjL3Bvc2l0aW9uX2ZlYXR1cmVzLnJz) | `93.58% <100.00%> (+1.40%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/FitzOReilly/fatalii/pull/165/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.