craigthomas / Chip8Java

A Super Chip 8 emulator written in Java
MIT License
27 stars 2 forks source link

Implement index load long operation #45

Closed craigthomas closed 1 month ago

craigthomas commented 1 month ago

This PR implements the index load long operation. Unit tests and integration test implemented to catch new conditions. This PR closes #21

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 55.55556% with 8 lines in your changes missing coverage. Please review.

Project coverage is 76.22%. Comparing base (aba30bd) to head (858b9ed). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ava/emulator/components/CentralProcessingUnit.java 55.55% 2 Missing and 6 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ============================================ - Coverage 76.69% 76.22% -0.47% - Complexity 204 210 +6 ============================================ Files 12 12 Lines 798 816 +18 Branches 60 66 +6 ============================================ + Hits 612 622 +10 - Misses 177 179 +2 - Partials 9 15 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.