From d952daaa67ef740d212a23ea1fa7273a95f14035 Mon Sep 17 00:00:00 2001 From: "M. Khaled Badenjki" Date: Sun, 17 Dec 2023 14:33:30 +0200 Subject: [PATCH] update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d0df58a..106eeb9b 100644 --- a/README.md +++ b/README.md @@ -179,11 +179,6 @@ Coverband.configure do |config| # default false. button at the top of the web interface which clears all data config.web_enable_clear = true - # default false. Experimental support for tracking view layer tracking. - # Does not track line-level usage, only indicates if an entire file - # is used or not. - config.track_views = true - # default false. Experimental support for routes usage tracking. config.track_routes = true end @@ -221,9 +216,9 @@ config.ignore += ['config/application.rb', Coverband allows an optional feature to track all view files that are used by an application. -To opt-in to this feature... enable the feature in your Coverband config. +This feature is enabled by default. To stop this feature, disable the feature in your Coverband config. -`config.track_views = true` +`config.track_views = false` ![image](https://raw.github.com/danmayer/coverband/master/docs/coverband_view_tracker.png)