Amjad50 / plastic

NES emulator in rust with egui and TUI
MIT License
299 stars 12 forks source link

Prepare to release the crate (as a crate, not github release) #7

Closed Amjad50 closed 4 days ago

Amjad50 commented 4 days ago

Some cleanup

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 15.78947% with 16 lines in your changes missing coverage. Please review.

Project coverage is 81.86%. Comparing base (619b588) to head (5c08e2e). Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
plastic_core/src/controller/mod.rs 16.66% 5 Missing :warning:
plastic_core/src/nes.rs 0.00% 5 Missing :warning:
plastic_core/src/apu2a03/mod.rs 0.00% 2 Missing :warning:
plastic_core/src/ppu2c02/mod.rs 0.00% 2 Missing :warning:
plastic_core/src/common/save_state.rs 0.00% 1 Missing :warning:
plastic_core/src/cpu6502/mod.rs 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #7 +/- ## ========================================== + Coverage 81.83% 81.86% +0.03% ========================================== Files 37 37 Lines 5351 5349 -2 ========================================== Hits 4379 4379 + Misses 972 970 -2 ```

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