added

Exclude data from coverage metrics and reports

We've added the ability to exclude unwanted or unrelated parts of your application by URL path from coverage metrics and reports. This feature can be used to exclude pages from your website's blog that you crawl for broken links, user-facing documentation, or parts of your app that aren't accessible to users yet.

1000

New "Exclusions" button on the Coverage page

Exclusion paths can be specified explicitly or using a simple wildcard pattern. When you specify a path to be excluded, it will be ignored in all future updates to the total coverage metric or detailed page reports. Note: it may take up to 12 hours for coverage data to reflect the new exclusion settings.

1644

Form to configure the exclusion list

Additionally, we've streamlined the Coverage page to use the same table format for all reports. The "Most visited" and "Most complex" pages reports are now accessible through a tabbed navigation.

3130

Tabbed navigation for detailed coverage page reports

📘

Learn more

Visit our Coverage documentation to learn more about setting up exclusions.