Explorar o código

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

Dimitri Korsch %!s(int64=3) %!d(string=hai) anos
pai
achega
69549d14cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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