RIP-Comm / clementine

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

Implementation of cycles #202

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: 74.15% and project coverage change: +0.33 :tada:

Comparison is base (79bd85c) 57.78% compared to head (337779a) 58.11%.

: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 #202 +/- ## ========================================== + Coverage 57.78% 58.11% +0.33% ========================================== Files 40 41 +1 Lines 2937 2968 +31 ========================================== + Hits 1697 1725 +28 - Misses 1240 1243 +3 ``` | [Impacted Files](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [emu/src/gba.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9nYmEucnM=) | `0.00% <0.00%> (ø)` | | | [ui/src/cpu\_handler.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dWkvc3JjL2NwdV9oYW5kbGVyLnJz) | `0.00% <0.00%> (ø)` | | | [emu/src/cpu/arm7tdmi.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtN3RkbWkucnM=) | `71.27% <7.14%> (-0.77%)` | :arrow_down: | | [emu/src/bus.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9idXMucnM=) | `97.14% <97.14%> (ø)` | | | [emu/src/cpu/arm/operations.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtL29wZXJhdGlvbnMucnM=) | `87.61% <100.00%> (-0.23%)` | :arrow_down: | | [emu/src/cpu/thumb/operations.rs](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvdGh1bWIvb3BlcmF0aW9ucy5ycw==) | `86.50% <100.00%> (-0.06%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/RIP-Comm/clementine/pull/202/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.