File tree Expand file tree Collapse file tree 3 files changed +11
-34
lines changed
Expand file tree Collapse file tree 3 files changed +11
-34
lines changed Original file line number Diff line number Diff line change 11.PHONY : install build publish lint test integration_test coverage
22
33install :
4- poetry install
4+ @echo " 🏠 Install project"
5+ uv sync
56
67build :
7- poetry build
8+ @echo " 🏠 Build project"
9+ uv build
810
911publish :
10- poetry publish -r rd-ai-common-artifacts
12+ @echo " 🏠 Publish project"
13+ uv publish --index rd-ai-common-artifacts
1114
1215lint :
1316 @:
1417
15- test :
16- poetry run pytest tests
18+ test : lint
19+ @echo " 🏠 Run tests"
20+ uv run pytest tests --verbose
1721
1822coverage :
19- poetry run pytest --cov=outsystems tests --cov-config .coveragerc --cov-report=html:coverage --cov-report=xml
23+ @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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments