Skip to content

add coverage report and reduce total execution time 30m -> 10m#353

Merged
kristin-kronstain-brown merged 7 commits intomainfrom
jmunozro/coverage-report
Apr 1, 2026
Merged

add coverage report and reduce total execution time 30m -> 10m#353
kristin-kronstain-brown merged 7 commits intomainfrom
jmunozro/coverage-report

Conversation

@jmunozro
Copy link
Copy Markdown
Collaborator

@jmunozro jmunozro commented Apr 1, 2026

✅ Doc Test Results — 127 passed | 127 total

Coverage — 127 / 951 pages tested (13%)

Product/Version Tested Total Coverage
kubernetes/2.2.x 0 176 0%
kubernetes/latest 53 214 24%
kubernetes/main 56 214 26%
standalone/latest 9 172 5%
standalone/main 9 172 5%
Total 127 951 13%
Status Test Document Checks
mcp-clients-k8s content/docs/kubernetes/latest/integrations/mcp-clients/_index.md 9 checks passed
retry-in-gatewaylistener + 2 more content/docs/kubernetes/latest/resiliency/retry/retry.md 54 checks passed
set-response-header + 2 more content/docs/kubernetes/latest/traffic-management/header-control/response-header.md 30 checks passed
encode + 1 more content/docs/kubernetes/latest/traffic-management/transformations/encode.md 22 checks passed
...

@jmunozro jmunozro marked this pull request as ready for review April 1, 2026 11:14
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 1, 2026

Deploying agentproxy with  Cloudflare Pages  Cloudflare Pages

Latest commit: 57d9fdd
Status: ✅  Deploy successful!
Preview URL: https://7344f6d3.agentproxy.pages.dev
Branch Preview URL: https://jmunozro-coverage-report.agentproxy.pages.dev

View logs

Comment thread scripts/doc_test_run.py
"""Extract 'product/version' from a path like content/docs/kubernetes/main/..."""
parts = doc_path.replace("\\", "/").split("/")
try:
idx = parts.index("docs")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you ignore the kubernetes/2.2.x directory? I think we only want to run tests in latest and main directories.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kristin-kronstain-brown kristin-kronstain-brown merged commit adb3cac into main Apr 1, 2026
23 checks passed
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.

2 participants