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

Increase CI test coverage #1631

Open
Rangi42 opened this issue Jan 28, 2025 · 0 comments
Open

Increase CI test coverage #1631

Rangi42 opened this issue Jan 28, 2025 · 0 comments
Labels
good first issue New to the codebase? You can help no problem! rgbasm This affects RGBASM rgbfix This affects RGBFIX rgbgfx This affects RGBGFX rgblink This affects RGBLINK tests This affects the test suite

Comments

@Rangi42
Copy link
Contributor

Rangi42 commented Jan 28, 2025

  1. Run ./contrib/coverage.bash and look at the coverage report it generates.
  2. Write test cases for any lines of code that were not executed.
    • Some lines are okay to go without testing -- "verbose" output messages, wildly rare errors like out-of-memory or syscall failure, etc.
  3. If those new test cases uncover any bugs, file an issue and/or try to fix them.

Leave this issue open even if you do add some more tests. It's an open-ended task, at least until the unlikely day when coverage.bash reports 100%.

image

@Rangi42 Rangi42 added tests This affects the test suite rgbasm This affects RGBASM rgblink This affects RGBLINK rgbfix This affects RGBFIX rgbgfx This affects RGBGFX good first issue New to the codebase? You can help no problem! labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue New to the codebase? You can help no problem! rgbasm This affects RGBASM rgbfix This affects RGBFIX rgbgfx This affects RGBGFX rgblink This affects RGBLINK tests This affects the test suite
Projects
None yet
Development

No branches or pull requests

1 participant