Skip to content

Commit 8ba31dd

Browse files
fix makefile - coverage
1 parent 86bef84 commit 8ba31dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ test: lint
2121

2222
coverage:
2323
@echo "🏠 Run coverage"
24-
uv run pytest outsystems tests --cov=outsystems tests --cov-config .coveragerc --cov-report=html:coverage --cov-report=xml --cov-report=term
24+
uv run coverage run -m pytest tests
25+
uv run coverage report
26+
uv run coverage html
27+
uv run coverage xml

0 commit comments

Comments
 (0)