You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: