Building Continuous Integration (CI) Pipelines
Discover the power of GitHub Actions in automating your software development process. Learn how to use flake8 for code linting and nosetests for code coverage. Build, test, and deploy code directly in your GitHub repository. Enhance collaboration and ensure coding standards with this hands-on guided project.
At a Glance
GitHub is an essential platform for version control and collaboration. In this hands-on guided project, you will continue building the Continuous Integration pipeline you started in the previous lab titled, “Setting Up GitHub Workflows.”
GitHub Actions, integrated with GitHub, is a platform for automating, customizing, and running software development workflows, including building, testing, and deploying code directly in your GitHub repository.
In this hands-on guided project, you’ll add actions to a GitHub workflow to automate your software development process. You will use flake8 to lint your source code, ensuring that the code follows best practices and coding standards. Additionally, you’ll test your code coverage with nosetests and push the code to GitHub. Finally, run the workflow to watch the automation and verify that your code works correctly.
User Reviews
Be the first to review “Building Continuous Integration (CI) Pipelines”
You must be logged in to post a review.


There are no reviews yet.