From b83585e1d1e99ed1b0913019a08312fe97f83cab Mon Sep 17 00:00:00 2001 From: Anton Vorobets <82604278+antonvorobets@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:01:40 +0200 Subject: [PATCH] Update codecov in tests.yml --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9cf1d50..64d82dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,6 @@ jobs: environment-file: requirements.yml - run: pytest --cov=entropy_pooling --cov-fail-under=100 --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }}