RIP-Comm / clementine

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

Partially implementation of Push/Pop #148

Closed guerinoni closed 1 year ago

guerinoni commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 54.82% // Head: 55.34% // Increases project coverage by +0.51% :tada:

Coverage data is based on head (2bbce90) compared to base (2834275). Patch coverage: 89.65% of modified lines in pull request are covered.

:exclamation: Current head 2bbce90 differs from pull request most recent head 3369ad4. Consider uploading reports for the commit 3369ad4 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ========================================== + Coverage 54.82% 55.34% +0.51% ========================================== Files 32 32 Lines 1886 1910 +24 ========================================== + Hits 1034 1057 +23 - Misses 852 853 +1 ``` | [Impacted Files](https://codecov.io/gh/RIP-Comm/clementine/pull/148?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [ui/src/dashboard.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/148/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dWkvc3JjL2Rhc2hib2FyZC5ycw==) | `0.00% <0.00%> (ø)` | | | [emu/src/memory/internal\_memory.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/148/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9tZW1vcnkvaW50ZXJuYWxfbWVtb3J5LnJz) | `87.69% <60.00%> (-2.79%)` | :arrow_down: | | [emu/src/cpu/arm7tdmi.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/148/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtN3RkbWkucnM=) | `77.08% <100.00%> (+1.17%)` | :arrow_up: | | [emu/src/cpu/opcode.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/148/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvb3Bjb2RlLnJz) | `84.74% <100.00%> (+0.26%)` | :arrow_up: | | [emu/src/render/ppu.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/148/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9yZW5kZXIvcHB1LnJz) | `34.28% <100.00%> (ø)` | | | [emu/src/cpu/instruction.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/148/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvaW5zdHJ1Y3Rpb24ucnM=) | `72.94% <0.00%> (+1.17%)` | :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.