Uninstall Cover Reports
How to uninstall Cover Reports
Uninstall Cover Reports (Docker)
Stop the service:
docker compose downRemove Docker artifacts (unused containers, unused images):
docker container prunedocker image prune --allRemove the Docker volume (irreversible):
docker volume rm cover-reports2_cover-reports-dataUninstall Cover Reports (Zip)
rm -rf $COVER_REPORTS_HOMEUninstall Cover Reports (Service)
Use Windows Service Manager or Linux systemctl to uninstall the Cover Reports service.
Uninstall Cover Reports (Windows Installer)
Go to Add or remove programs, find Diffblue, and select Uninstall.
FAQs
Q: What should I do when uninstalling Cover Reports as a Windows Service and I receive the "Service has already started, uninstalling it may be impossible" message?
A: This occurs because the service is in the process of stopping. Once the service has stopped, it will be uninstalled. You can safely ignore this message.
Last updated
Was this helpful?

