From b0485e91e1d0e1bbadaff86a9c7b3ce56aed1127 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 18 Dec 2024 22:39:41 +0100 Subject: [PATCH] bump codecov integration --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8825e47c..f094f1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: - name: Test with tox run: | tox --parallel 0 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + token: ${{ secrets.CODECOV_TOKEN }} + files: ./coverage.xml + disable_search: true