Red-Green-Refactor (or Red-Green-Clean) is the correct answer. It’s defined as the process of writing a test that initially fails, adding code until the test passes, then refactoring the code. The other responses are incorrect because
CI tools don’t use these terms to communicate status.