Continuous Integration and Continuous Delivery describe the process of the changes flows to the repository. CI server clones the repository, checkouts to the source branch, and merges with the master branch. If the build is successful, then the Pull Request is allowed to merge. Otherwise, the merge is blocked. The Jacoco plugin can solve the problem easily.

6m read timeFrom levelup.gitconnected.com
Post cover image
Table of contents
Basics of CI/CDCITest Coverage CheckingCDToolsConclusion
2 Comments

Sort: