diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41ed904..150b6ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,5 +58,6 @@ jobs: - name: Upload coverage report if: runner.os == 'Linux' && matrix.python-version == '3.10' - shell: bash -l {0} - run: bash <(curl -s https://codecov.io/bash) -c + uses: codecov/codecov-action@v5 + with: + files: ./coverage.xml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c5bfc9..2fdadc9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.4 hooks: - id: ruff-check - id: ruff-format