Codecov coverage standard for Python
Python-Standard This is a Python application, with basic unit tests, for which coverage is uploaded to Codecov on a daily basis. It can also serve as an example for how to integrate Codecov into your Python project. If the build is passing for this project, then Codecov’s Python report processing is functional and correct on codecov.io. Configuration This project is written in Python 3.9. Unit tests are written with the pytest framework and coverage reports are generated using the pytest-cov […]
Read more