1. Software Engineering
  2. Code Quality

Build Failure Rate

Percentage

Calculates the frequency of build failures in the Continuous Integration (CI) process. Frequent build failures can disrupt the development workflow and delay releases.

Formula

(Number of Failed Builds / Total Builds) * 100

Example

If 10 out of 200 builds fail, the build failure rate is (10/200)*100 = 5%.