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

feat: enable coverage report aggregation #1799

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

DavePearce
Copy link
Collaborator

This puts in place a relatively simple mechanism for acquiring coverage reports generated from go-corset and aggregating them into a single file. To enable coverage report generation, the environment variable GOCORSET_COVERAGE must be set to the name of the desired output file. The aggregated coverage generated during the life of the JVM instance will be written to that file.

@DavePearce DavePearce linked an issue Feb 12, 2025 that may be closed by this pull request
@DavePearce DavePearce force-pushed the 1798-feat-generate-go-corset-coverage-reports branch 2 times, most recently from 16afb26 to eb5cd2d Compare February 17, 2025 01:39
This puts in place a relatively simple mechanism for acquiring coverage
reports generated from go-corset and aggregating them into a single
file.  To enable coverage report generation, the environment variable
GOCORSET_COVERAGE must be set to the name of the desired output file.
The aggregated coverage generated during the life of the JVM instance
will be written to that file.
@DavePearce DavePearce force-pushed the 1798-feat-generate-go-corset-coverage-reports branch from eb5cd2d to e5fa198 Compare February 17, 2025 17:53
@DavePearce DavePearce merged commit 96bbb39 into arith-dev Feb 17, 2025
6 checks passed
@DavePearce DavePearce deleted the 1798-feat-generate-go-corset-coverage-reports branch February 17, 2025 18:31
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 this pull request may close these issues.

feat: generate go-corset coverage reports
2 participants