From cfbb55400400fd6f4f5cad6e11e324c65f40c9c9 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 8 Feb 2024 23:58:33 +0000 Subject: [PATCH] Switch to codecov v4 action Token is in the repository secrets, so this should be all good. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5af3e28..dd691fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,16 +80,16 @@ jobs: run: python -m pytest tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: #files: ./coverage1.xml,./coverage2.xml #directory: ./coverage/reports/ #flags: unittests #env_vars: OS,PYTHON name: codecov-python-${{ matrix.python-version }} + token: ${{ secrets.CODECOV_TOKEN }} #fail_ci_if_error: true #verbose: true - gcov: true - name: Build documentation run: make doc -- 2.39.2