From fe962beeac330d99f0024370c1b6f952d989f62c Mon Sep 17 00:00:00 2001 From: collinsmarra Date: Sun, 25 Feb 2024 07:03:48 +0300 Subject: [PATCH] updated workflows --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a95e1f..918b063 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,6 +41,8 @@ jobs: coverage: name: coverage runs-on: ubuntu-latest + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3