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

Re-instrumenting a file will lead to duplicate block coverage #26

Open
Julian-Mentasti opened this issue Oct 30, 2020 · 0 comments
Open

Comments

@Julian-Mentasti
Copy link

Julian-Mentasti commented Oct 30, 2020

If you run overload in instrument mode on a file that has already been instrumented it will create a new ReportBlockCoverage untop of the existing ones in the Golang code leaving artifacts in the code being tested.

The blocks_file always gets overwritten so running record and explore will still work as expected.

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

No branches or pull requests

1 participant