-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: coverity-plugin
After an unsuccessful C# Coverity analysis, the intermediate directory is not removed. The log says the following:
[Coverity] deleting intermediate directory
but when I check on my hard drive, the int dir is still there. Specifially, in my case the call to cov-commit-defects failed for some reason so the intermediate directory should be removed because the option to keep it was disabled. I see the code where it is supposed to be deleted but it is not working. This causes me to always do an incremental analysis which I don't want to do right now.