fix: release quality gate crypto coverage - #23
Merged
Conversation
…mance tests without it
spbkgw-beep
approved these changes
Aug 7, 2026
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.
Follow-up to #22: the v0.4.2 release workflow failed its quality gate because the gate environment installs the package without the optional
[crypto]extra, so the seven intake conformance goldens that pin signature-evaluation outcomes failed assigned-unverifiable. Nothing was published.tests/test_intake_conformance.py: signature-evaluation goldens now skip when the cryptography dependency is absent, matching the suite's graceful degradation elsewhere; unsigned and off-mode goldens still run..github/workflows/release.yml: the quality gate installs.[crypto]so the full signing matrix runs before publishing.CHANGELOG.md: bullet under 0.4.2 Fixed.After merge, tag
v0.4.2moves to the new main tip and the release workflow re-runs.(Branch pushed with the claude App — the release App lacks
workflows:write; PR authorship and merge remain release-App + human.)🤖 Generated with Claude Code