diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4fd376..d02475c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: pytest tests/test_server.py tests/test_phase2.py tests/test_models.py -v --cov=wemo_mcp_server --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.10' with: files: ./coverage.xml