6
0
Selaa lähdekoodia

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

Dimitri Korsch 3 vuotta sitten
vanhempi
commit
69549d14cd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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