Other Configurations
In this section you can adjust rework days, enable benchmarking, workspaces, release cycles, and set file type exclusions.
Time Frame
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.
Benchmarking
This toggle enables the industry benchmarking for metrics to show up in the dashboard cards.
Workspace
You can configure a bunch of repositories together to replicate the structure you have in your SCM. Once this is enabled you will get an additional section of "Workspaces" where you can configure the repositories that should be considered for a workspace.
Once this is enabled you will be able to filter according to workspaces rather than repositories.
Release Cycles
You can configure release cycles based on your org's releases, so that it is easier to filter rather than selecting the release start and end dates every time.
Once enabled the release cycles will show up next to the date ranges.
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