FitzOReilly / fatalii

Chess engine
MIT License
17 stars 0 forks source link

Static exchange evaluation #180

Closed FitzOReilly closed 11 months ago

FitzOReilly commented 1 year ago

closes #110

codecov[bot] commented 1 year ago

Codecov Report

Attention: 19 lines in your changes are missing coverage. Please review.

Comparison is base (51436a5) 92.68% compared to head (997a9ec) 92.69%.

Files Patch % Lines
...egen/src/move_generator/move_generator_template.rs 92.50% 9 Missing :warning:
search/src/move_selector.rs 97.20% 5 Missing :warning:
movegen/src/move.rs 0.00% 3 Missing :warning:
movegen/src/move_generator.rs 95.00% 1 Missing :warning:
search/src/static_exchange_eval.rs 98.98% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #180 +/- ## ======================================== Coverage 92.68% 92.69% ======================================== Files 82 83 +1 Lines 13304 13571 +267 ======================================== + Hits 12331 12579 +248 - Misses 973 992 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.