RIP-Comm / clementine

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

THUMB: `CondBranch` and `AddSubtract` instructions #144

Closed AlessioC31 closed 1 year ago

AlessioC31 commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 51.08% // Head: 52.23% // Increases project coverage by +1.14% :tada:

Coverage data is based on head (c9b911a) compared to base (ec6ff23). Patch coverage: 97.56% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ========================================== + Coverage 51.08% 52.23% +1.14% ========================================== Files 32 32 Lines 1801 1838 +37 ========================================== + Hits 920 960 +40 + Misses 881 878 -3 ``` | [Impacted Files](https://codecov.io/gh/RIP-Comm/clementine/pull/144?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [emu/src/cpu/arm7tdmi.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtN3RkbWkucnM=) | `67.03% <96.77%> (+2.76%)` | :arrow_up: | | [emu/src/cpu/data\_processing.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvZGF0YV9wcm9jZXNzaW5nLnJz) | `72.35% <100.00%> (ø)` | | | [emu/src/cpu/flags.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvZmxhZ3MucnM=) | `100.00% <100.00%> (ø)` | | | [emu/src/cpu/opcode.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvb3Bjb2RlLnJz) | `84.21% <100.00%> (+0.57%)` | :arrow_up: | | [emu/src/cpu/psr.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvcHNyLnJz) | `76.13% <0.00%> (+1.13%)` | :arrow_up: | | [emu/src/cpu/instruction.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvaW5zdHJ1Y3Rpb24ucnM=) | `70.58% <0.00%> (+2.35%)` | :arrow_up: | | [emu/src/cpu/condition.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/144/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvY29uZGl0aW9uLnJz) | `22.22% <0.00%> (+5.55%)` | :arrow_up: | 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=None). 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=None)

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