FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Replace tuple of scores with ScorePair #161

Closed FitzOReilly closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 70.58% and project coverage change: -0.09 :warning:

Comparison is base (a3900cd) 96.92% compared to head (434c653) 96.83%.

: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 #161 +/- ## ========================================== - Coverage 96.92% 96.83% -0.09% ========================================== Files 72 73 +1 Lines 11645 11663 +18 ========================================== + Hits 11287 11294 +7 - Misses 358 369 +11 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/161?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://codecov.io/gh/FitzOReilly/fatalii/pull/161?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/score\_pair.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/161?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvc2NvcmVfcGFpci5ycw==) | `60.00% <60.00%> (ø)` | | | [eval/src/complex.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/161?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvY29tcGxleC5ycw==) | `96.75% <100.00%> (-0.12%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/FitzOReilly/fatalii/pull/161/indirect-changes?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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.