diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afe7886..864065b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: python-version: ${{ matrix.python-version }} - run: uv sync --all-extras - run: uv run pytest tests/ --cov=medcheck --cov-report=xml --cov-fail-under=80 - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' with: token: ${{ secrets.CODECOV_TOKEN }}