FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Calculate game phase differently #150

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.59% // Head: 88.66% // Increases project coverage by +0.07% :tada:

Coverage data is based on head (869302a) compared to base (95696a3). Patch coverage: 100.00% 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 #150 +/- ## ========================================== + Coverage 88.59% 88.66% +0.07% ========================================== Files 69 70 +1 Lines 4155 4173 +18 ========================================== + Hits 3681 3700 +19 + Misses 474 473 -1 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/150?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/150?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% <100.00%> (ø)` | | | [eval/src/game\_phase.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvZ2FtZV9waGFzZS5ycw==) | `100.00% <100.00%> (ø)` | | | [search/src/alpha\_beta.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/150?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% <0.00%> (+0.33%)` | :arrow_up: | 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.