Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Update #22

Merged
merged 1 commit into from
Jun 21, 2024

Remove unneccesary routines, update load_rom to close stream.

a0f7a93
Select commit
Loading
Failed to load commit list.
Merged

Compatibility Update #22

Remove unneccesary routines, update load_rom to close stream.
a0f7a93
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 21, 2024 in 0s

91.58% of diff hit (target 93.38%)

View this Pull Request on Codecov

91.58% of diff hit (target 93.38%)

Annotations

Check warning on line 450 in chip8/cpu.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/cpu.py#L450

Added line #L450 was not covered by tests

Check warning on line 468 in chip8/cpu.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/cpu.py#L468

Added line #L468 was not covered by tests

Check warning on line 486 in chip8/cpu.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/cpu.py#L486

Added line #L486 was not covered by tests

Check warning on line 723 in chip8/cpu.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/cpu.py#L723

Added line #L723 was not covered by tests

Check warning on line 777 in chip8/cpu.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/cpu.py#L777

Added line #L777 was not covered by tests

Check warning on line 822 in chip8/cpu.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/cpu.py#L819-L822

Added lines #L819 - L822 were not covered by tests

Check warning on line 11 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L11

Added line #L11 was not covered by tests

Check warning on line 24 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L24

Added line #L24 was not covered by tests

Check warning on line 28 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L28

Added line #L28 was not covered by tests

Check warning on line 41 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L41

Added line #L41 was not covered by tests

Check warning on line 47 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 50 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 54 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L54

Added line #L54 was not covered by tests

Check warning on line 63 in chip8/emulator.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/emulator.py#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 166 in chip8/screen.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

chip8/screen.py#L162-L166

Added lines #L162 - L166 were not covered by tests