From 2302afbd9d14e46bfd14e321cd7bd3e41cdf947e Mon Sep 17 00:00:00 2001 From: fatkodima Date: Fri, 18 Oct 2024 23:03:20 +0300 Subject: [PATCH] Mention `rake coverband:clear_tracker` in the README [skip ci] --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a20b9a49..74c3225c 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,11 @@ Now that Coverband uses MD5 hashes there should be no reason to manually clear c This can also be done through the web if `config.web_enable_clear` is enabled. +**NOTE**: The previous task does not clear the trackers data (views, routes, translations, etc). +To clear trackers data, run + +`rake coverband:clear_tracker` + ### Adding Rake Tasks outside of Rails Rails apps should automatically include the tasks via the Railtie.