From 326f4c64d5a18728b83dce16d5d5eceafca8ad85 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 13 Apr 2020 19:59:59 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d8452f..ab3a537 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This template is a collection from learnings of previous projects and should all - Clone this repo and replace all occurrences of "Greeter" in the [CMakeLists.txt](CMakeLists.txt) with the name of your project - Replace the source files with your own - For single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt) -- Add your codecov token in the [ubuntu workflow](.github/workflows/ubuntu.yml) or remove the codecov step +- Add your project's codecov token to your projects github secrets under `CODECOV_TOKEN` - Happy coding! ### Build and run test suite