Comment on page
Uninstall Cover Reports
How to uninstall Cover Reports
- 1.Stop the service:
docker compose down
- 2.Remove Docker artifacts (unused containers, unused images):
docker container prune
docker image prune --all
- 4.Remove the Docker volume (irreversible):
docker volume rm cover-reports2_cover-reports-data
rm -rf $COVER_REPORTS_HOME
Use Windows Service Manager or Linux
systemctl
to uninstall the Cover Reports service.Go to Add or remove programs, find Diffblue, and select Uninstall.
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 modified 8d ago