Skip to content

Commit 2302afb

Browse files
committed
Mention rake coverband:clear_tracker in the README
[skip ci]
1 parent b9d98e7 commit 2302afb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,11 @@ Now that Coverband uses MD5 hashes there should be no reason to manually clear c
307307

308308
This can also be done through the web if `config.web_enable_clear` is enabled.
309309

310+
**NOTE**: The previous task does not clear the trackers data (views, routes, translations, etc).
311+
To clear trackers data, run
312+
313+
`rake coverband:clear_tracker`
314+
310315
### Adding Rake Tasks outside of Rails
311316

312317
Rails apps should automatically include the tasks via the Railtie.

0 commit comments

Comments
 (0)