FitzOReilly / fatalii

Chess engine
MIT License
16 stars 0 forks source link

Update GitHub Actions workflows #144

Closed FitzOReilly closed 1 year ago

FitzOReilly commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 94.54% // Head: 88.94% // Decreases project coverage by -5.60% :warning:

Coverage data is based on head (9aae6d0) compared to base (60d2cda). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ========================================== - Coverage 94.54% 88.94% -5.61% ========================================== Files 69 67 -2 Lines 8385 3971 -4414 ========================================== - Hits 7928 3532 -4396 + Misses 457 439 -18 ``` | [Impacted Files](https://codecov.io/gh/FitzOReilly/fatalii/pull/144?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck) | Coverage Δ | | |---|---|---| | [movegen/src/repetition\_tracker.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvcmVwZXRpdGlvbl90cmFja2VyLnJz) | `72.00% <0.00%> (-16.71%)` | :arrow_down: | | [movegen/src/zobrist.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvem9icmlzdC5ycw==) | `75.00% <0.00%> (-13.12%)` | :arrow_down: | | [movegen/src/bitboard.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvYml0Ym9hcmQucnM=) | `88.07% <0.00%> (-9.36%)` | :arrow_down: | | [uci/src/uci\_move.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-dWNpL3NyYy91Y2lfbW92ZS5ycw==) | `91.66% <0.00%> (-4.92%)` | :arrow_down: | | [search/tests/search.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-c2VhcmNoL3Rlc3RzL3NlYXJjaC5ycw==) | `77.72% <0.00%> (-4.32%)` | :arrow_down: | | [movegen/src/move.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvbW92ZS5ycw==) | `94.52% <0.00%> (-4.11%)` | :arrow_down: | | [movegen/src/move\_generator.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvbW92ZV9nZW5lcmF0b3IucnM=) | `95.83% <0.00%> (-3.82%)` | :arrow_down: | | [movegen/src/transposition\_table.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvdHJhbnNwb3NpdGlvbl90YWJsZS5ycw==) | `94.87% <0.00%> (-3.57%)` | :arrow_down: | | [movegen/src/position\_history.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-bW92ZWdlbi9zcmMvcG9zaXRpb25faGlzdG9yeS5ycw==) | `98.81% <0.00%> (-0.71%)` | :arrow_down: | | [eval/src/piece\_square\_tables.rs](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Patrick+Heck#diff-ZXZhbC9zcmMvcGllY2Vfc3F1YXJlX3RhYmxlcy5ycw==) | `96.42% <0.00%> (-0.55%)` | :arrow_down: | | ... and [19 more](https://codecov.io/gh/FitzOReilly/fatalii/pull/144/diff?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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.