We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f675a2 commit b40f18fCopy full SHA for b40f18f
.github/workflows/tests.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: uv sync --locked
36
37
- name: Test with pytest
38
- run: uv run pytest
+ run: uv run pytest --cov-report term --cov-report xml:coverage.xml
39
40
- name: Coveralls
41
uses: coverallsapp/github-action@v2
0 commit comments