From 06993dab380dd4e576c9ebac9bf4bf748566a0f5 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 18 Dec 2024 22:45:10 +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 a46c370..0eefa1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,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