Skip to content

Split transformation and execution #1195

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

Closed
iskiselev opened this issue Jul 13, 2021 · 3 comments
Closed

Split transformation and execution #1195

iskiselev opened this issue Jul 13, 2021 · 3 comments
Labels
waiting for customer Waiting for customer action

Comments

@iskiselev
Copy link

We try to use coverlet to get code coverage metrics from e2e tests. In CI, we have separate jobs that build our product (which has access to all sources) that publishes build result and second job, that consume build artifacts and execute e2e test.
Is there any easy way or potential roadblocks to add options in coverlet console to split binaries transformation and code coverage collection though execution?
Can we work to implement this option as PR?

@MarcoRossignoli MarcoRossignoli added the waiting for customer Waiting for customer action label Jul 17, 2021
@MarcoRossignoli
Copy link
Collaborator

If you have E2E test you can use for now coverlet .NET Tool https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/GlobalTool.md#code-coverage-for-integration-tests-and-end-to-end-tests

The only drawback is that today(we want to improve here) you need to be sure to close process in a gracefully way because coverlet collect hits during process exits.

@MarcoRossignoli
Copy link
Collaborator

This is a sample I did #781 (comment)

@MarcoRossignoli
Copy link
Collaborator

Closing for stale conversation, feel free to reopen if needed.

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

No branches or pull requests

2 participants