code /
plexi /
8b503bf781ce488e7fc502e37d3dfb1e11046680 Cause instrumentation to be cleaned every build
If the instrumented classes are left behind after a build, then they
will be used during the next test instead of the recently updated class
files. In addition, the coverage task suffered from the fact that
clean-instrument had already been run, so it would not clean up after
itself. Now we leave instrumentation behind after running "coverage",
but we make sure to clean things up once someone does a new build, which
should prevent instrumentation from biting anyone by mistake.
1 file changed