Before copying the repository, please make sure to change the following parts:
- The name of the
repo_name
directory include
in.coveragerc
- The URLs to
Build Status
andcodecov
(we need to copy from thecodecov
website) inREADME.md
- Setting up the
codecov
of the repository - The token of
codecov.yml
Copyright
inLICENSE
name
,author
,author email
, andurl
insetup.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> ...
)target
incheck_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