GitHub Tutorial
Let’s learn by example.
This tutorial will walk you through the basic concepts and features of Codecov. We will do so by building out a server-side calculator, the calculator calls an API to process any calculations and returns back the computed result.
The tutorial is built usingpython3
(Flask
) on the backend andjavascript
(Expressjs
) on the frontend. We will be usingGitHub Actions
orCirleCI
as the CI/CD. Future iterations will include other languages and CI/CDs. We will assume some familiarity with code coverage as well as an existing GitHub account.
Starter code can be found on ourdemo repository
Updated 9 months ago