From 9ba3823d4228c2badf9998990870b2f3d689d69d Mon Sep 17 00:00:00 2001 From: Mathieu Soysal <43273304+MathieuSoysal@users.noreply.github.com> Date: Sat, 17 Feb 2024 03:01:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20CODECOV=5FTOKEN=20to=20rep?= =?UTF-8?q?ository=20secrets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b3331..2535a51 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,5 @@ Basic Rust template with rust devcontainer and some CI to test and track benchma - [ ] `2024` -> with the current year ### Secrets -- [ ] Add `BENCHER_API_KEY` in your repository secrets \ No newline at end of file +- [ ] Add `BENCHER_API_KEY` in your repository secrets +- [ ] Add `CODECOV_TOKEN` in your repository secrets \ No newline at end of file