Comment on page
Update Cover
How to update Cover Plugin and Cover CLI to the latest version
Diffblue releases product updates about every two weeks to continuously provide you with product enhancements and new features. Note that:
- When you update, you'll always be updated to the latest version.
- If you're using Cover Plugin and Cover CLI, we recommend that you update both products to the latest version.
Cover Plugin
Cover CLI
Updating Cover Plugin may take a few minutes to complete and will require an IDE restart - you won't be able to create any tests for your projects while the update is progressing.
- 1.In IntelliJ, go to
File > Settings > Plugins(Windows/Linux) orIntelliJ IDEA > Preferences > Plugins(macOS), highlight the Diffblue Plugin and clickUpdatein the details panel. - 2.When you're ready, click
Restart IDEto complete the update.
Updating Cover CLI may take a few minutes to complete and you won't be able to create any tests for your projects while the update is progressing.
Windows:
- 1.Using the link provided by Diffblue, download the new Diffblue Cover CLI file - either the
.exeinstaller or.ziparchive, as needed. - 2.If you use the installer, run the
.exeinstaller and follow the on-screen prompts. - 3.If you use the archive file, extract the
.zipfile to your existing Cover CLI folder. Note that if you'd like to retain the previous release files, move these to a different folder first or create a new folder for the new version. Make sure to update thePATHorDCOVERenvironment variable configured during your original install, if needed. - 4.When your done, restart your PC. Once complete, run
dcover versionto check the install andPATHconfiguration - if all is OK, Cover will display the current version.
Linux/macOS:
- 1.Using the link provided by Diffblue, download the Diffblue Cover CLI
.zipfile. - 2.Unzip the Cover CLI zip file to an appropriate installation location using the following example commands. Note that if you'd like to retain the previous release files, move these to a different folder first or create a new folder for the new version. Make sure to update the
PATHenvironment variable configured during your original install, if needed.\mkdir ~/bincd ~/binunzip ~/diffblue-cover*.zipexport PATH=$PATH:~/binReminder: Make sure that thePATHenvironment variable is set permanently according to your operating system instructions. - 3.Once complete, run
dcover versionto check the install andPATHconfiguration - if all is OK, Cover will display the current version.
Last modified 20d ago

