From 62eee3f96a9b6d3c27a5d151cdd22beb9cf3b74b Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Sat, 25 Feb 2023 16:08:13 +0800 Subject: [PATCH] add codecov token --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2844935..cd93124 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,6 +66,7 @@ jobs: - name: Upload to codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt # optional fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)