rynorris / nes

NES emulator written in Rust
MIT License
11 stars 0 forks source link

Refactor IO and fix some small bugs #10

Closed rynorris closed 6 years ago

rynorris commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #10 into master will increase coverage by 0.36%. The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #10      +/-   ##
=========================================
+ Coverage   93.73%   94.1%   +0.36%     
=========================================
  Files          30      30              
  Lines        4680    4732      +52     
=========================================
+ Hits         4387    4453      +66     
+ Misses        293     279      -14
Impacted Files Coverage Δ
src/emulator/memory.rs 97.22% <ø> (+0.34%) :arrow_up:
src/emulator/ppu/test/background.rs 100% <ø> (+45.71%) :arrow_up:
src/emulator/io/sdl.rs 0% <0%> (ø) :arrow_up:
src/emulator/clock.rs 97.26% <100%> (+0.1%) :arrow_up:
src/emulator/ppu/mod.rs 88.32% <81.25%> (+1.34%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c2b2297...b34befd. Read the comment docs.