Skip to content

test(examples): include examples in code coverage metrics#409

Merged
wphillipmoore merged 1 commit into
developfrom
feature/408-examples-coverage
Mar 1, 2026
Merged

test(examples): include examples in code coverage metrics#409
wphillipmoore merged 1 commit into
developfrom
feature/408-examples-coverage

Conversation

@wphillipmoore

Copy link
Copy Markdown
Collaborator

Pull Request

Summary

  • Add --cov=examples to CI coverage, pragma: no cover on main blocks, and 52 unit tests for all 6 example modules achieving 100% branch coverage

Issue Linkage

Testing

  • markdownlint
  • uv run python3 scripts/dev/validate_local.py

Notes

Add --cov=examples to CI and test script, pragma: no cover on __main__ blocks, and 52 unit tests for all 6 example modules achieving 100% branch coverage.

Co-Authored-By: wphillipmoore-claude <255925739+wphillipmoore-claude@users.noreply.github.com>
@wphillipmoore
wphillipmoore enabled auto-merge (squash) March 1, 2026 13:10
@wphillipmoore
wphillipmoore merged commit 0d7a84a into develop Mar 1, 2026
25 checks passed
@wphillipmoore
wphillipmoore deleted the feature/408-examples-coverage branch March 1, 2026 13:11
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.

Include examples in code coverage metrics

1 participant