Browse Source

Makefile: add coverage target

Ask Solem 16 năm trước cách đây
mục cha
commit
a3b54fc5bf
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -11,3 +11,6 @@ autodoc:
 
 bump:
 	contrib/bump -c celery
+
+coverage:
+	(cd testproj; python manage.py test --figleaf)