We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0238c commit 0363f13Copy full SHA for 0363f13
.github/workflows/tests.yaml
@@ -42,5 +42,6 @@ jobs:
42
install: true
43
github-token: ${{ secrets.GITHUB_TOKEN }}
44
annotations-pytest: ${{ matrix.python == '3.12' && true || false }}
45
+ pytest-coverage: ${{ matrix.python == '3.12' && true || false }}
46
env:
47
UV_PYTHON: ${{ matrix.python }}
0 commit comments