Skip to content

Commit 1415869

Browse files
committed
fix: Makefile test-coverage
1 parent e9cb4dd commit 1415869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test:
1111
uv run pytest
1212

1313
test-coverage:
14-
uv run pytest --cov=gendiff
14+
uv run pytest --cov=gendiff --cov-report=xml tests/
1515

1616
lint:
1717
uv run ruff check

0 commit comments

Comments
 (0)