To run tests and generate code coverage reports for your Python project
Configure Codecov Workflow
-
Move the
codecov/pyproject.toml
to the root directory of your project. -
Move the
codecov/codecov.yml
to the.github/workflows
directory in your project.
This workflow file automates code coverage with GitHub Actions.