From f840ec3a0dbecaa812742080db3b71a90b617407 Mon Sep 17 00:00:00 2001 From: Alif Be <11570927+alifbe@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:53:43 +0200 Subject: [PATCH] Use codecov cli (#706) --- .github/workflows/codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 903fc4da9..93bb6bed9 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -48,5 +48,6 @@ jobs: pytest tests --disable-warnings --cov=subscript --cov-report=xml - name: Upload coverage to Codecov - run: | - bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}