Metric Behaviour
In this section you can adjust rework days, enable benchmarking, workspaces, release cycles, and set file type exclusions.
Flashy Review
The Flashy Review section allows you to define what constitutes a flashy review for your organization, with customizable thresholds for Lines of Change and time taken to review.

Rework Days
You can adjust the threshold that should be considered for Rework.
For changes made to code originally written within this threshold will be considered as Rework.
For changes older than this threshold will be considered as Maintenance.

Exclude File Types
You can exclude certain file types from any calculation so that unwanted data does skew up the metrics.

For our processing and calculations, we automatically exclude files and directories that start or end with the following:
.settings
,dist
,tmp
,out-tsc
,node_modules
,bower_components
,.idea
,typings
,.vscode
,vendor/
,coverage
.Additionally, if any files contain the following in their paths, they are also excluded:
src
,assets
,images
.All of these options can be adjusted on the settings page, where you can also specify additional files to be excluded.
Last updated
Was this helpful?