The amplification factor to apply to test failures when computing the test result contribution to the build health
score.
The default factor is 1.0
- A factor of
0.0 will disable the test result contribution to build health score.
- A factor of
0.1 means that 10% of tests failing will score 99% health
- A factor of
0.5 means that 10% of tests failing will score 95% health
- A factor of
1.0 means that 10% of tests failing will score 90% health
- A factor of
2.0 means that 10% of tests failing will score 80% health
- A factor of
2.5 means that 10% of tests failing will score 75% health
- A factor of
5.0 means that 10% of tests failing will score 50% health
- A factor of
10.0 means that 10% of tests failing will score 0% health
The factor is persisted with the build results, so changes will only be reflected in new builds.