Skip to content

Commit

Permalink
Merge pull request #562 from fatkodima/mention-clear_tracker
Browse files Browse the repository at this point in the history
Mention `rake coverband:clear_tracker` in the README
  • Loading branch information
danmayer authored Oct 19, 2024
2 parents 0577b10 + 2302afb commit 2d94f5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d94f5e

Please sign in to comment.