Continuous Integration (CI) with GitHub Actions and Python - Part 3: Code Coverage with Pytest
- Continuous Integration (CI) with GitHub Actions and Python - Part 1: Linting. Link
- Continuous Integration (CI) with GitHub Actions and Python - Part 2: Testing. Link
This repo serves as a reference for the YouTube video found here.
Demonstration of how to incorporate pytest code coverage into a Python project.
The code coverage checking is handled by a custom GitHub Action pytester-cov
.