Skip to content

Commit

Permalink
build: update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Dec 15, 2024
1 parent c844e66 commit c240a88
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ dev:
uv sync --all-extras

test:
@uv run pytest --cov=$(SRC_PATH) $(SRC_PATH) --cov-report xml:.coverage.xml --cov-report lcov:.coverage.lcov

test-with-coverage:
@echo "––– Testing –––"
@make test
@uv run diff-cover .coverage.xml
@echo "✅✅✅ Tests passed ✅✅✅"
@uv run pytest

lint: ## Format code
@echo "––– Linting –––"
Expand All @@ -34,7 +28,6 @@ validate_ci: ## Run all checks
@echo "––– Running all checks –––"
@make lint
@make types
## CI doesn't support local coverage report, so skipping full test
@make test

docker_ci: ## Run all checks in docker
Expand Down

0 comments on commit c240a88

Please sign in to comment.