


It ensures that an incoming change does not break the application. In this part, we'll be focusing on integrating Travis CI and Coveralls which automates the running of the test when we push code to the repository thereby ensuring that new code to the codebase meets a given specification before integration.Ĭontinuous Integration (CI) - Continuous integration is a software development practice whereby the integration of new code changes to the codebase is automated using some tools such as Travis CI, Circle CI, etc. In the previous article, we wrote end-to-end tests for the API built-in part two. See code_of_conduct.md.This article was originally published on my blog This project follows the Contributor Covenant.


