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

Exclude more lines from test coverage #1663

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

Rangi42
Copy link
Contributor

@Rangi42 Rangi42 commented Feb 17, 2025

These fall into a few categories:

  • _unreachable()
  • Verbose print messages
  • Errors that should never practically occur (alloc/read/write failure, more than UINT32_MAX anonymous labels, etc)

Fixes #1636 (there may be more lines to exclude, but the obvious ones are mostly taken care of)

@Rangi42 Rangi42 added tests This affects the test suite refactoring This PR is intended to clean up code more than change functionality labels Feb 17, 2025
@Rangi42 Rangi42 added this to the 0.9.2 milestone Feb 17, 2025
These fall into a few categories:
- `_unreachable()`
- Verbose print messages
- Errors that should never practically occur (alloc/read/write failure,
  more than UINT32_MAX anonymous labels, etc)
@Rangi42 Rangi42 merged commit 0150eb4 into gbdev:master Feb 17, 2025
23 checks passed
@Rangi42 Rangi42 deleted the more-excl branch February 17, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring This PR is intended to clean up code more than change functionality tests This affects the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comments to exclude expected lines from code coverage report
1 participant