From 90f4e35bbdd124e5189dff2c2865984a91a8c32d Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Wed, 10 Apr 2024 13:37:27 +0430 Subject: [PATCH] fix : minor edit in codecov action --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a379c3d..d67f7b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,6 +61,8 @@ jobs: uses: codecov/codecov-action@v4 with: fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS - name: cProfile run: |