test: coverage for codec/transport/otel/grpc/lease/gc/vm#69
Merged
Conversation
Skip codec.ex in coverage: it is a compile-time macro whose lines run during mix compile of the generated schemas, never at test runtime, so its line coverage is structurally 0% independent of behavioral coverage.
Pure code motion (state.config -> config). The Gc GenServer cannot be started twice (registered name + Horde singleton), which made its safety-critical delete step untestable; Prune takes the config directly, mirroring the existing Gc.Sweep pure-core split.
…errno, mount loss
Also pins the dead-handle contract: fork/fast_fork of an unknown VM is :not_found and is never misrouted into the capacity fallback.
…anner Final-review polish: extend the codec property generator to exercise io_engine/partuuid/socket (were never generated), and delete the pre-existing '## Internals' banner in gc.ex (no-banner rule) while the file is already open from the Gc.Prune extraction.
blob!/1 and referenced_blob!/1 declared opts \\ [] but every call site passes an explicit keyword list, so the default is dead code and trips --warnings-as-errors in CI's coveralls run (which compiles test files; local mix compile --warnings-as-errors only covers lib/).
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.