Skip to content

Commit b40f18f

Browse files
committed
try fix code cov
1 parent 9f675a2 commit b40f18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: uv sync --locked
3636

3737
- name: Test with pytest
38-
run: uv run pytest
38+
run: uv run pytest --cov-report term --cov-report xml:coverage.xml
3939

4040
- name: Coveralls
4141
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)