Skip to content

Conversation

khushi-2503
Copy link

docs: add code coverage documentation to test README #4952

This PR adds a section on code coverage to test/README.md to help contributors understand the coverage goals and how to check coverage locally.

Changes:
Added a Code Coverage section explaining:

1.The 80% coverage goal

2.How to run coverage locally using pytest --cov

3.Where to view Codecov reports

4.Notes on functional and branch coverage
Related Issue:
Closes #4952

khushi-2503 and others added 2 commits March 27, 2025 18:45

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

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

Just in case you missed the automated linter checks: you'll need to add "cov" to the dictionary (in .github/actions/spelling/allow.txt) before this can be merged.

@terriko terriko changed the title Update README.md docs: add code coverage goals to test/README.md Apr 21, 2025
@terriko
Copy link
Contributor

terriko commented May 5, 2025

No response and since this change isn't urgent, I'm going to close this. Feel free to re-open if you've got time to fix up the PR!

@terriko terriko closed this May 5, 2025
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: add code coverage documentation to test README
2 participants