Math, asked by rajpriya9505, 1 year ago

Which is the first code analysis to be executed in continuous integration?

Answers

Answered by Answers4u
0
  • Static code analysis is the first code analysis that is to be executed in Continuous integration process.
  • Continuous integration is performed every time a change in made to the code.
  • Before the real execution of the program, the code is manually examined first. This activity is names as source code analysis or static code analysis.
Answered by topanswers
0

Continuous Integration: A development process that requires integration of code into a shared database or repository many times a day by the developers is referred to as continuous integration.

In continuous integration, there is a need for a repository where the developers can work and update it.

Static code analysis is the first code analysis to be executed in continuous integration.

They clone the central repositories locally so that they can manipulate it.

Similar questions