RIP-Comm / clementine

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

Everywhere: Rename `arm` to `cpu` #139

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

Base: 46.88% // Head: 46.88% // No change to project coverage :thumbsup:

Coverage data is based on head (d3b8970) compared to base (627193c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ======================================= Coverage 46.88% 46.88% ======================================= Files 30 30 Lines 1717 1717 ======================================= Hits 805 805 Misses 912 912 ``` | [Impacted Files](https://codecov.io/gh/RIP-Comm/clementine/pull/139?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [emu/src/cpu/alu\_instruction.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYWx1X2luc3RydWN0aW9uLnJz) | `86.36% <ø> (ø)` | | | [emu/src/cpu/arm7tdmi.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtN3RkbWkucnM=) | `60.45% <ø> (ø)` | | | [emu/src/cpu/condition.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvY29uZGl0aW9uLnJz) | `16.66% <ø> (ø)` | | | [emu/src/cpu/cpu\_modes.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvY3B1X21vZGVzLnJz) | `75.00% <ø> (ø)` | | | [emu/src/cpu/data\_processing.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/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% <ø> (ø)` | | | [emu/src/cpu/instruction.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvaW5zdHJ1Y3Rpb24ucnM=) | `40.00% <ø> (ø)` | | | [emu/src/cpu/opcode.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvb3Bjb2RlLnJz) | `52.00% <ø> (ø)` | | | [emu/src/cpu/psr.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvcHNyLnJz) | `75.00% <ø> (ø)` | | | [emu/src/cpu/registers.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvcmVnaXN0ZXJzLnJz) | `83.33% <ø> (ø)` | | | [emu/src/cpu/single\_data\_transfer.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvc2luZ2xlX2RhdGFfdHJhbnNmZXIucnM=) | `92.30% <ø> (ø)` | | | ... and [1 more](https://codecov.io/gh/RIP-Comm/clementine/pull/139/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | 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.