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 9ba16d4 commit 17b0839Copy full SHA for 17b0839
.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
31
run: uv run pytest tests/ --cov=pydantic_client --cov-report=term-missing:skip-covered --cov-report=xml
32
- name: Upload coverage
33
uses: codecov/codecov-action@v4
34
+ with:
35
+ token: ${{ secrets.CODECOV_TOKEN }}
36
37
automerge:
38
needs: test
0 commit comments