Skip to content

Commit

Permalink
Check python coverage at test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jucor committed Jan 31, 2025
1 parent 548c0f8 commit 3a65ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

test-py: ## Run Python tests on the host machine
@echo "Running Python tests..."
python -m pytest pythonport/test_serialization.py -v
python -m pytest pythonport/test_serialization.py -v --cov=pythonport --cov-report=term-missing

test: test-clj test-py ## Run both Clojure and Python tests
@echo "All tests completed."
Expand Down

0 comments on commit 3a65ef4

Please sign in to comment.