diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1cda74..fd5aca2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,12 +52,11 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 uses: codecov/codecov-action@v5 with: - name: pytests-py3.11 - flags: pytests - file: ./coverage.xml fail_ci_if_error: true - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + files: ./coverage.xml + flags: pytests + name: pytests-py3.11 + token: ${{ secrets.CODECOV_TOKEN }} pre-commit-hook: runs-on: ubuntu-latest