generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Summary
The CI pipeline already uploads test coverage data to Codecov (in .github/workflows/ci.yml), but the README doesn't display a coverage badge. Adding one gives contributors a quick visual indicator of test coverage health.
Current State
- Coverage is collected via
pytest-covwith a 90%fail_underthreshold - Coverage XML is uploaded to Codecov on every CI run
- The README has badges for commit activity, issues, PRs, license, PyPI version, and Python versions — but not coverage
Implementation
Add the Codecov badge to the existing badge row in README.md:
[](https://codecov.io/gh/aws/bedrock-agentcore-sdk-python)Steps
- Verify the Codecov project is set up at https://codecov.io/gh/aws/bedrock-agentcore-sdk-python — if not, a repo admin needs to enable Codecov integration for the repo
- Add the badge markdown to
README.mdalongside the existing badges - Confirm the badge renders and shows a valid percentage
Notes
- No code changes needed — just a README update
- If the Codecov integration isn't active yet, a repo admin needs to enable it via the Codecov GitHub App or by adding a
CODECOV_TOKENrepository secret (Codecov v5 action supports tokenless uploads for public repos, but a token is more reliable)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels