What is the purpose of 'code coverage' metrics collected during a CI pipeline?
-
A
To measure the number of lines of code committed per sprint
-
B
To report what percentage of source code is exercised by automated tests
-
C
To track how many developers contributed to a build
-
D
To count the number of code review comments per pull request