We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28bd74 commit a9f1f3fCopy full SHA for a9f1f3f
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
uv run pytest --cov=src/mcp_as_a_judge --cov-report=xml --cov-report=term-missing
48
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
with:
52
file: ./coverage.xml
53
fail_ci_if_error: false
0 commit comments