RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

Implement more ALU operation #195

Closed guerinoni closed 1 year ago

guerinoni commented 1 year ago

Signed-off-by: Federico Guerinoni guerinoni.federico@gmail.com

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 53.19% and project coverage change: +0.14 :tada:

Comparison is base (5b6a63a) 58.14% compared to head (78fe623) 58.29%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #195 +/- ## ========================================== + Coverage 58.14% 58.29% +0.14% ========================================== Files 39 39 Lines 2836 2858 +22 ========================================== + Hits 1649 1666 +17 - Misses 1187 1192 +5 ``` | [Impacted Files](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [emu/src/cpu/thumb/instruction.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvdGh1bWIvaW5zdHJ1Y3Rpb24ucnM=) | `89.30% <ø> (+1.60%)` | :arrow_up: | | [emu/src/cpu/thumb/operations.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvdGh1bWIvb3BlcmF0aW9ucy5ycw==) | `85.61% <0.00%> (-1.53%)` | :arrow_down: | | [emu/src/memory/internal\_memory.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9tZW1vcnkvaW50ZXJuYWxfbWVtb3J5LnJz) | `94.73% <ø> (-1.06%)` | :arrow_down: | | [emu/src/cpu/arm/alu\_instruction.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtL2FsdV9pbnN0cnVjdGlvbi5ycw==) | `69.51% <41.66%> (-4.78%)` | :arrow_down: | | [emu/src/cpu/arm/operations.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtL29wZXJhdGlvbnMucnM=) | `85.34% <66.66%> (+0.87%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/RIP-Comm/clementine/pull/195/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.