FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Incremental evaluation #132

Closed FitzOReilly closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 94.13% // Head: 94.03% // Decreases project coverage by -0.10% :warning:

Coverage data is based on head (d8d5f6d) compared to base (02c79d9). Patch coverage: 55.04% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #132 +/- ## ========================================== - Coverage 94.13% 94.03% -0.11% ========================================== Files 69 69 Lines 8087 8099 +12 ========================================== + Hits 7613 7616 +3 - Misses 474 483 +9 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/132?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [eval/src/piece\_square\_tables.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvcGllY2Vfc3F1YXJlX3RhYmxlcy5ycw==) | `28.78% <0.00%> (-6.40%)` | :arrow_down: | | [fatalii/src/lib.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZmF0YWxpaS9zcmMvbGliLnJz) | `0.00% <0.00%> (ø)` | | | [engine/tests/engine.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZW5naW5lL3Rlc3RzL2VuZ2luZS5ycw==) | `98.88% <100.00%> (ø)` | | | [eval/src/eval.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvZXZhbC5ycw==) | `100.00% <100.00%> (+100.00%)` | :arrow_up: | | [eval/src/material\_mobility.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvbWF0ZXJpYWxfbW9iaWxpdHkucnM=) | `100.00% <100.00%> (ø)` | | | [search/src/alpha\_beta.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9hbHBoYV9iZXRhLnJz) | `100.00% <100.00%> (ø)` | | | [search/src/negamax.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3NyYy9uZWdhbWF4LnJz) | `95.80% <100.00%> (ø)` | | | [search/tests/search.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3Rlc3RzL3NlYXJjaC5ycw==) | `85.13% <100.00%> (ø)` | | | [uci/tests/uci.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/132/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3Rlc3RzL3VjaS5ycw==) | `99.32% <100.00%> (ø)` | | 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.