From b6b782a9371e4f307c957d5f9c5104d9149cfc14 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Wed, 12 Jun 2024 14:02:10 +0200 Subject: [PATCH] Add codecov token --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cbccac..16f8a5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,10 @@ jobs: run: poetry run pytest --cov=iscc_sdk --cov-report=xml -v tests - name: Upload coverage to Codecov - if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' + if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} analyze: name: Analyze