From f95b5b4b6ebeeaa0c9c8858f0c882f16a629d9ef Mon Sep 17 00:00:00 2001 From: Konstantin Chernyshev <38007247+k4black@users.noreply.github.com> Date: Wed, 7 Feb 2024 07:58:56 +0100 Subject: [PATCH] ci: add codecov token --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0255d29..2db3f8d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,3 +106,4 @@ jobs: files: coverage.xml fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) + token: ${{ secrets.CODECOV_TOKEN }} # required