Completed
- Intro and Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Continuous Integration Tutorial - Building a CI Pipeline for Code Quality
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro and Overview
- 2 - Why Tests are important and what are these tests
- 3 - Run Tests on Merge Request - Gatekeeper
- 4 - Why Run Tests in Feature Branches
- 5 - What is CI and CI Pipeline
- 6 - Shifting Testing Left
- 7 - Why CI Pipeline is still important
- 8 - Demo Overview
- 9 - What is Qodana and how it works
- 10 - Demo Project: Build CI Pipeline with Code Quality Checks
- 11 - Demo - Fixing Issues automatically