From c0fa89ef805dbeeb9da702e4708c0eb97087a464 Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Mon, 29 Apr 2024 13:55:19 +0200 Subject: [PATCH] Update codecov --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54459d1..a4e04b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,12 @@ jobs: - name: Install test requirements run: pip install -r test-requirements.txt - name: Run tests - run: python setup.py test --addopts "--cov-report xml" + run: python setup.py test - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: env_vars: OS,PYTHON + token: ${{ secrets.CODECOV_TOKEN }} Release: runs-on: ubuntu-latest