Browse Source

minor fix in Makefile: source is already set in the rc file

Dimitri Korsch 3 năm trước cách đây
mục cha
commit
7e355f22c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ run_tests:
 	python -m unittest discover test/
 
 run_coverage:
-	@coverage run --source=pycs/ -m unittest discover test/
+	@coverage run -m unittest discover test/
 	coverage html
 	coverage report -m