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

[feature]: Add code coverage data to keploy test report #1735

Open
1 task done
slayerjain opened this issue Mar 27, 2024 · 1 comment · May be fixed by #1785, keploy/typescript-sdk#107 or keploy/java-sdk#176
Open
1 task done
Assignees
Labels
Enhancement New feature or request keploy

Comments

@slayerjain
Copy link
Member

Is there an existing feature request for this?

  • I have searched the existing issues

Summary

We need to add code coverage info to the test reports in a generic format.

Why should this be worked on?

This will help users leverage the coverage information to get better understanding of keploy test execution and visualization via keploy dashboard.

Repository

keploy

@slayerjain slayerjain added the Enhancement New feature or request label Mar 27, 2024
@AkashKumar7902
Copy link
Member

AkashKumar7902 commented Apr 1, 2024

Currently, only coverage data for go applications can be accessed programmatically in keploy repo.

Also, in case of go applications, the overall coverage data is collected, the code which does this resides in printSummary function of replay.go, which means it is outside the scope of individual test-set and test report is concluded for each test-set run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment