From 9e6ab7c01d9617ccf6c454c39b4a9bfb98ec2772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Mon, 19 Feb 2024 11:27:25 +0100 Subject: [PATCH] Update Codecov instructions for v4 (#289) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a352a..7f85fb9 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,12 @@ It includes: ## Usage 1. Sign up on [Codecov](https://codecov.io/) and configure - [Codecov GitHub Application](https://github.com/apps/codecov) for all repositories. + [Codecov GitHub Application](https://github.com/apps/codecov). 1. Click the `Use this template` button (alt. clone or download this repository). 1. Replace all occurrences of `golang-templates/seed` to `your_org/repo_name` in all files. 1. Replace all occurrences of `seed` to `repo_name` in [Dockerfile](Dockerfile). +1. Follow [these](https://docs.codecov.com/docs/adding-the-codecov-token#github-actions) + instructions to add the `CODECOV_TOKEN` GitHub Actions and Dependabot secret. 1. Update the following files: - [CHANGELOG.md](CHANGELOG.md) - [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)