Skip to content

Commit 69a468a

Browse files
Update instance repo from cookiecutter template
1 parent e1ac399 commit 69a468a

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

docs/template_usage.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,8 @@ Coverage tells what fraction of the code is "covered" by unit tests, thereby enc
9090
To enable coverage checks, head over to [codecov][] and sign in with your GitHub account.
9191
You'll find more information in the "quick start" section of the [codecov docs][].
9292

93-
Most importantly, you **must add a codecov token to your repository secrets** for the job to succeed:
94-
95-
1. Activate Codecov for the repo by clicking _Configure_ in the codecov dashboard.
96-
2. Go to _Configuration > General_ and copy **only** the token `_______-____-...`.
97-
3. Go to _Settings_ of your newly created repository on GitHub.
98-
4. Go to _Security > Secrets > Actions_.
99-
5. Create new repository secret with name `CODECOV_TOKEN` and paste the token generated by codecov.
93+
Most importantly, you **must add a codecov token to your repository secrets** for the job to succeed.
94+
A step-by-step guide is shown in in [adding the codecov token][codecov token].
10095

10196
If you want codecov to comment on pull requests, you can make use of the [codecov bot][].
10297
To set it up, simply go to the [codecov app][] page and follow the instructions to activate it for your repository.

0 commit comments

Comments
 (0)