-
Notifications
You must be signed in to change notification settings - Fork 10
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
[META] Stadardize, setup, report, and increase test coverage #30
Labels
enhancement
New feature or request
Comments
This was referenced Sep 14, 2022
[FEATURE] Standardize, setup, report, and increase test coverage
opensearch-project/opensearch-rs#73
Open
There are already some clients and other OpenSearch projects reporting coverage statistics, which are using codecov.io as the reporting service: https://github.com/search?l=YAML&p=1&q=org%3Aopensearch-project+codecov&type=Code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What kind of business use case are you trying to solve? What are your requirements?
As of the time of writing this we have at least some integration testing across all clients (except .NET), but it's unclear how much surface those tests cover. They should be hitting 100% of APIs supported.
What is the problem? What is preventing you from meeting the requirements?
Lack of code coverage.
What are you proposing? What do you suggest we do to solve the problem or improve the existing situation?
Setup code coverage for all clients. Once reporting from CI/CD, analyze the test gap and fill it.
Tracking issues:
The text was updated successfully, but these errors were encountered: