From d7a37d4f07b0f9b55f8f9c5a1b8e89092ee6a51b Mon Sep 17 00:00:00 2001 From: pohmelie Date: Mon, 14 Oct 2024 22:39:27 +0400 Subject: [PATCH] ci: add codecov.io token --- .github/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f993d77..2746e7a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -29,10 +29,11 @@ jobs: python-version: ${{ matrix.python-version }} - run: python -m pip install -e ./[dev] - run: python -m pytest - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true verbose: true + token: ${{ secrets.CODECOV_IO_TOKEN }} build: needs: test