Skip to content

Commit

Permalink
chore: fix make test
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 11, 2021
1 parent c9557fd commit 7e46459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ test-integration: ## Run integration tests - Need DB compose up
python3 -m pytest tests/integration

test-coverage: ## Run unit tests - Need DB compose up
PYTHONPATH=$PYTHONPATH:`pwd` pytest --cov=icon_metrics --cov-report xml tests/integration
PYTHONPATH=$PYTHONPATH:`pwd` pytest --cov=icon_metrics --cov-append --cov-report xml tests/unit
#PYTHONPATH=$PYTHONPATH:`pwd` pytest --cov=icon_metrics --cov-report xml tests/integration

up: ## Bring everything up as containers
docker-compose -f docker-compose.db.yml -f docker-compose.yml up -d
Expand Down

0 comments on commit 7e46459

Please sign in to comment.