This example repository shows how Codecov can be integrated with a simple python project. It uses GitHub Actions as CI provider and coverage as the coverage provider.
For more information, please see the links below.
pip install -r requirements.txtpython3 -m pytest --cov --cov-report=html .
pip install -r requirements.txtpython -m pytest --cov --cov-report=html .