Skip to content
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 test coverage reporting #46

Closed
dblock opened this issue Jun 9, 2021 · 5 comments
Closed

Add test coverage reporting #46

dblock opened this issue Jun 9, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dblock
Copy link
Member

dblock commented Jun 9, 2021

Add test coverage for unit and integration test reporting for all plugins.

@dblock dblock added enhancement New feature or request help wanted Extra attention is needed labels Jun 9, 2021
@saratvemulapalli
Copy link
Member

Linking the task from OpenSearch: opensearch-project/OpenSearch#850

@tlfeng
Copy link
Contributor

tlfeng commented Jun 18, 2021

Currently all the OpenSearch plugins that has got code coverage reporting are using JaCoCo to generate the code coverage report, and using Codecov for analysis and visualization.
OpenSearch Dashboards are using jest framework to generate code coverage for unit test.

@ylwu-amzn
Copy link

Is it enough to show test coverage percent on plugin readme doc?

@saratvemulapalli
Copy link
Member

@ylwu-amzn yes that should be good for now, looks like most plugins have a badge which is used.

@saratvemulapalli
Copy link
Member

Closing this as @tlfeng merged the changes to the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants