From 83297a4270a91964d282ac397565ffd5a5d4024d Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 4 Feb 2024 23:16:32 +0000 Subject: [PATCH] Switch to codecov v4 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68dce96..baec7d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,13 +83,14 @@ 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 -- 2.39.2