Links

Uninstalling Cover Reports

How to uninstall the Cover Reports service
These steps will uninstall Cover Reports.

Stop the service

docker-compose down

Remove Docker artifacts

# Remove any unused containers
docker container prune
# Remove any unused images
docker image prune --all

Remove configuration files generated during setup

This step is irreversible. Please ensure suitable backups are taken.
rm $COVER_REPORTS_HOME/.env

Remove uploaded reports

This step is irreversible. Please ensure suitable backups are taken.
rm -rf $COVER_REPORTS_HOME/data