From b154cd26732edc2ccd4da3d25c9512a05aef3309 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:08:15 +0200 Subject: [PATCH] also new codecov version --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4f91ff2..a46cebf 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -41,6 +41,6 @@ jobs: - name: Test with pytest run: | pytest -m "not requireslocaldata" --cov=ddlpy --cov-report xml --cov-report term - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}