Skip to content

Commit d116326

Browse files
Ensure coverage is measuring against the source!
1 parent f496db6 commit d116326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ fix:
2626

2727
.PHONY: test
2828
test:
29-
uv run coverage run --module pytest test
29+
uv run coverage run --source src --module pytest test
3030
uv run coverage report
3131
uv run coverage html

0 commit comments

Comments
 (0)