target
instruction is used to begin every new target and sets its description.
target "Write here your description"
Describe your targets so everybody could understand what is going to be measured. This text will be shown into reports to help us understand output information easily.
By default weight is 1.0
, but it's posible specified other values:
target "Write here your description", weight: 2.5
goal
keyword is an alias of target
. So it's the same:
target "Write here your description"
or
goal "Write here your description"