Skip to content

Commit

Permalink
Makefile: Fix coverage rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tonial committed Oct 12, 2024
1 parent 75a3aad commit 1e745e1
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 @@ -84,7 +84,7 @@ test: $(VIRTUAL_ENV)
pytest --numprocesses=logical --create-db --verbosity=2 $(TARGET)

coverage: $(VIRTUAL_ENV)
coverage run -m pytest
coverage run -m pytest --create-db

# Docker shell.
# =============================================================================
Expand Down

0 comments on commit 1e745e1

Please sign in to comment.