Skip to content

docs: fix stale llms metadata and codecov badge#191

Merged
yeongseon merged 1 commit into
mainfrom
docs/fix-stale-llms-metadata-and-codecov-badge
Jun 10, 2026
Merged

docs: fix stale llms metadata and codecov badge#191
yeongseon merged 1 commit into
mainfrom
docs/fix-stale-llms-metadata-and-codecov-badge

Conversation

@yeongseon

Copy link
Copy Markdown
Owner

Summary

  • Fix Codecov badge URL in README.md (removed duplicated -python suffix)
  • Replace hardcoded Version: 0.6.0 with Version: see package metadata in both llms.txt and llms-full.txt
  • Fix development clone path in llms-full.txt (cd azure-functions-validationcd azure-functions-validation-python)
  • Update header validation example to use lowercase aliases with ConfigDict(populate_by_name=True) (matches Azure Functions runtime behavior)
  • Correct error example loc from ["body", "email"] to ["email"] (matches actual runtime output)
  • Document response_model as Any (TypeAdapter-compatible) instead of type[BaseModel]

Verification

  • Stale-string sweep passes (no azure-functions-validation-python-python, no Version: 0.6.0, no bare cd azure-functions-validation)
  • 195/196 tests pass (1 pre-existing version metadata mismatch unrelated to this PR)
  • Coverage: 96%
  • Localized READMEs (ko, ja, zh-CN) already have correct codecov badge — no changes needed

Closes #190

- Fix Codecov badge URL (removed duplicated -python suffix)
- Replace hardcoded Version: 0.6.0 with dynamic metadata reference
- Fix development clone path in llms-full.txt
- Update header validation example to use lowercase aliases
- Correct error example loc from ["body", "email"] to ["email"]
- Document response_model as Any (TypeAdapter-compatible)

Closes #190
@yeongseon yeongseon requested a review from Copilot June 10, 2026 05:42
@yeongseon yeongseon merged commit aca0499 into main Jun 10, 2026
13 checks passed
@yeongseon yeongseon deleted the docs/fix-stale-llms-metadata-and-codecov-badge branch June 10, 2026 05:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR refreshes documentation metadata and examples to remove stale references and better match current runtime/API behavior for azure-functions-validation.

Changes:

  • Fixes the Codecov badge URL in README.md.
  • Replaces hardcoded version strings with Version: see package metadata in llms.txt and llms-full.txt, and corrects the development cd path in llms-full.txt.
  • Updates llms-full.txt examples/docs for header aliases, validation error loc, and response_model (TypeAdapter-compatible) typing.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
README.md Fixes Codecov badge URL to point at the correct repository slug.
llms.txt Removes stale hardcoded version reference in the LLM summary doc.
llms-full.txt Removes stale version, fixes dev path, and updates API/docs examples for current behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread llms-full.txt
Comment on lines 41 to +43
headers: type[BaseModel] | None = None,
request_model: type[BaseModel] | None = None,
response_model: type[BaseModel] | None = None,
response_model: Any = None,
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.

docs: fix stale llms metadata and codecov badge

2 participants