Skip to content

Fix main coverage failure in core/framework#7

Merged
davidahmann merged 1 commit intomainfrom
codex/fix-main-framework-coverage
Feb 18, 2026
Merged

Fix main coverage failure in core/framework#7
davidahmann merged 1 commit intomainfrom
codex/fix-main-framework-coverage

Conversation

@davidahmann
Copy link
Contributor

Summary

  • fix main workflow failure from run 22148557483
  • raise core/framework package coverage back above the 85% gate
  • add targeted validation tests for framework parsing and control validation branches

Validation

  • go test ./core/framework -coverprofile=/tmp/framework.cov
  • go tool cover -func=/tmp/framework.cov (core/framework now 93.0%)
  • go test ./... -coverprofile=coverage.out
  • ./scripts/check_go_package_coverage.py coverage.out 85 github.com/Clyra-AI/proof/core/exitcode,github.com/Clyra-AI/proof/internal/testutil

@davidahmann davidahmann merged commit 3873e33 into main Feb 18, 2026
11 checks passed
@davidahmann davidahmann deleted the codex/fix-main-framework-coverage branch February 18, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments