diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd93bf7..8670b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: cache: 'pip' - run: pip install -e ".[dev]" - run: pytest --cov=src --cov-report=xml --cov-fail-under=70 -v - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' continue-on-error: true with: