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

Handle coverage from instrumented binaries #1130

Closed
fmorency opened this issue May 13, 2024 · 0 comments · Fixed by #1158
Closed

Handle coverage from instrumented binaries #1130

fmorency opened this issue May 13, 2024 · 0 comments · Fixed by #1158
Assignees

Comments

@fmorency
Copy link
Contributor

Go 1.20 added support for coverage profiling support for integration tests as described here. This feature enables one to generate a single coverage report containing unit, integration, and e2e test results.

The interchaintest project already supports creating complex containerized e2e test setups and run. However, there's currently no friendly way of retrieving the coverage data of those tests when using coverage-instrumented binaries.

I built a solution that works in liftedinit/manifest-ledger#45 but I believe a less "hacky" way would benefit the interchaintest project.

Let me know if this is something that can interest this community. I'm happy to discuss it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants