Before copying the repository, please make sure to change the following parts:
- The name of the
repo_namedirectory includein.coveragerc- The URLs to
Build Statusandcodecov(we need to copy from thecodecovwebsite) inREADME.md - Setting up the
codecovof the repository - The token of
codecov.yml CopyrightinLICENSEname,author,author email, andurlinsetup.py- The targets of
.pre-commit-config.yaml(Lines 8, 14) --cov=<target>in Line 46 ofpython-app.yml(if there are multiple targets, use--cov=<target 1> --cov=<target 2> ...)targetincheck_github_actions_locally.sh- Edit
__init__.py
In order to check if the codebase passes Github actions, run the following:
$ pip install black pytest unittest flake8 pre-commit pytest-cov
$ ./check_github_actions_locally.sh