Skip to content

cowork: sitemap.xml coverage fixes + regression tests - #68

Draft
Coding-Dev-Tools wants to merge 5 commits into
mainfrom
cowork/improve-devforge
Draft

cowork: sitemap.xml coverage fixes + regression tests#68
Coding-Dev-Tools wants to merge 5 commits into
mainfrom
cowork/improve-devforge

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

Fixes sitemap.xml drift against the actual site: removes the stale blog/traction-hits-680-developers.html URL (page was renamed to revenue-hits-680-developers.html, which is already listed) and adds the 5 missing blog article URLs (click-to-mcp-three-distribution-channels, click-to-mcp-three-transport-modes, configdrift-scan-multi-environment-configs-one-command, deploydiff-cost-governance-before-you-deploy, saas-churn-predictor-launch). Adds tests/test_sitemap.py with 4 regression tests asserting the sitemap exactly covers every real page (no missing, no stale, no duplicate ).

DevForge Engineer and others added 5 commits June 13, 2026 07:31
tests/test_linkcheck_additional.py and tests/test_linkcheck_edge_cases.py
perform a sys.path.insert before importing linkcheck, which means the
import must come after the path manipulation. Ruff flags this as E402
(module-level import not at top of file). Add '# noqa: E402' to silence
the expected warning, matching the existing suppression in test_linkcheck.py.

This makes 'ruff check .' pass cleanly and unblocks CI.
Seeds the GitHub Actions workflow that opens a PR server-side for this
branch (sandbox cannot reach the GitHub API directly).
…, add 5 missing blog articles; add regression tests
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