gbdev/rgbds

Increase CI test coverage

Open

#1,631 建立於 2025年1月28日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C++ (187 fork)auto 404
good first issuergbgfxrgblinktests

倉庫指標

Star
 (1,623 star)
PR 合併指標
 (PR 指標待抓取)

描述

  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%.

貢獻者指南