We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setup code coverage, once reporting from CI/CD analyze the test gap and fill it.
See the meta issue opensearch-project/opensearch-clients#30 for details.
The text was updated successfully, but these errors were encountered:
codecov.io is already in use by other clients and opensearch projects for reporting, so that is essentially settled.
To do the actual coverage collection, it appears the main options are directly with the compiler https://doc.rust-lang.org/rustc/instrument-coverage.html or with https://github.com/xd009642/tarpaulin.
It appears to me that the compiler's support is the new best practice, and using something like grcov to get lcov output to pass to codecov
Sorry, something went wrong.
@Xtansia this can be closed.
@harshavamsi This issue is not complete, only the report part has actually been completed
No branches or pull requests
Setup code coverage, once reporting from CI/CD analyze the test gap and fill it.
See the meta issue opensearch-project/opensearch-clients#30 for details.
The text was updated successfully, but these errors were encountered: