-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add code coverage section for the library #105
Comments
Anyone tracking this? is there a reason why you are keeping this issue untriaged for longtime? |
Yes, this should be a child of opensearch-project/opensearch-clients#30, we still need code coverage. cc: @wbeckler |
Hello! I looked through the rest of the repositories and realized that opensearch-py is one of the repositories where codecov is not integrated. For this reason, it is not possible to visualize test coverage. I can solve this problem. Before that, I had to work with codecov integration on my personal projects. |
We should be tracking code coverage for the client library to ensure we are not missing test cases for any new features or a module added in the past. This should be shown as a tag in the README section alongside
CI
andIntegrationTests
status.Follow https://app.codecov.io/gh/opensearch-project/opensearch-py/ for setup and further instructions.
Example repo for reference: https://github.com/codecov/example-python
The text was updated successfully, but these errors were encountered: