Comment on page
Reset Cover Plugin settings
How to reset the Diffblue Cover Plugin for IntelliJ to its default settings.
If you would like to start Diffblue Cover Plugin for IntelliJ from a "clean slate", the existing plugin settings files should be deleted. The plugin settings files are stored in the user's IntelliJ profile directory; the default location is dependent on OS and IntelliJ edition/version:
Windows:
%APPDATA%\JetBrains\IdeaC(version)
Linux:
~/.config/JetBrains/IdeaC(version)
MacOS:
~/Library/Application Support/JetBrains/.IdeaC(version)
Windows:
%APPDATA%\JetBrains\IntelliJIdea(version)
Linux:
~/.config/JetBrains/IntelliJIdea(version)
MacOS:
~/Library/Application Support/JetBrains/IntelliJIdea(version)
To delete the Cover Plugin settings, perform the following steps:
- 1.Close any open sessions of IntelliJ.
- 2.Navigate to the appropriate IntelliJ profile directory (as detailed above).
- 3.Navigate further to the subdirectory:
config/options
- 4.Delete the following files, if present:
CoverAnalyticsInstallationID.xml
CoverSettingsConfig.xml
CoverTirIndexes.xml
coverVersions.xml
- 5.Restart the IntelliJ IDE.
Last modified 2mo ago