Merge pull request #5 from montevive/dependabot/github_actions/codecov/codecov-action-5

ci(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
JM Robles
2025-06-29 21:50:57 +02:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ jobs:
uv run pytest --cov=penpot_mcp tests/ --cov-report=xml --cov-report=term-missing uv run pytest --cov=penpot_mcp tests/ --cov-report=xml --cov-report=term-missing
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
if: matrix.python-version == '3.12' if: matrix.python-version == '3.12'
with: with:
file: ./coverage.xml file: ./coverage.xml